Changeset 50225a in git for modules/openmathserver/omexceptions.py
- Timestamp:
- Jun 14, 2005, 11:30:00 AM (18 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 9a95b3a11b46e9041db2db3dc586e8863e9fed9e
- Parents:
- 68549dc733f8a9d1cd0d177bb2117ea043673222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/openmathserver/omexceptions.py
r68549d r50225a 1 1 class OutOfScopeError(Exception): 2 2 pass 3 class NotImplementedError(Exception):4 pass3 #class NotImplementedError(Exception): 4 # pass 5 5 class EvaluationFailedError(Exception): 6 6 pass 7 7 class PackagingFailedError(Exception): 8 8 pass 9 class OperationNotPossibleError(Exception): 10 pass
Note: See TracChangeset
for help on using the changeset viewer.