Changeset bfcf68 in git for modules/openmathserver/omexceptions.py
- Timestamp:
- Jun 14, 2005, 2:22:52 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 9b973c144b1c3a7ddd2df88833b75055fc1688ae
- Parents:
- bb3e2b01b8b571e1ce0e1df85bcb71fb0ccb8e9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/openmathserver/omexceptions.py
rbb3e2b0 rbfcf68 7 7 class PackagingFailedError(Exception): 8 8 pass 9 class OperationNotPossibleError(Exception):9 class UnsupportedOperationError(Exception): 10 10 pass
Note: See TracChangeset
for help on using the changeset viewer.