spielwiese
Last change
on this file since 04f6a4 was
04f6a4,
checked in by Michael Brickenstein <bricken@…>, 18 years ago
|
*bricken: references and scopes work
git-svn-id: file:///usr/local/Singular/svn/trunk@8369 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
288 bytes
|
Line | |
---|
1 | class OutOfScopeError(Exception): |
---|
2 | pass |
---|
3 | #class NotImplementedError(Exception): |
---|
4 | # pass |
---|
5 | class EvaluationFailedError(Exception): |
---|
6 | pass |
---|
7 | class PackagingFailedError(Exception): |
---|
8 | pass |
---|
9 | class UnsupportedOperationError(Exception): |
---|
10 | pass |
---|
11 | class UnresolvedReference(Exception): |
---|
12 | pass |
---|
Note: See
TracBrowser
for help on using the repository browser.