source: git/modules/openmathserver/omexceptions.py @ 68549d

spielwiese
Last change on this file since 68549d was 68549d, checked in by Michael Brickenstein <bricken@…>, 19 years ago
*bricken: initial version git-svn-id: file:///usr/local/Singular/svn/trunk@8358 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 187 bytes
Line 
1class OutOfScopeError(Exception):
2    pass
3class NotImplementedError(Exception):
4    pass
5class EvaluationFailedError(Exception):
6    pass
7class PackagingFailedError(Exception):
8    pass
Note: See TracBrowser for help on using the repository browser.