source: git/old_modgen/openmathserver/omexceptions.py @ c36fda

spielwiese
Last change on this file since c36fda was c36fda, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved all the outdated modgen related stuff to /old_modgen/ for now
  • Property mode set to 100644
File size: 289 bytes
Line 
1class OutOfScopeError(Exception):
2    pass
3#class NotImplementedError(Exception):
4#    pass
5class EvaluationFailedError(Exception):
6    pass
7class PackagingFailedError(Exception):
8    pass
9class UnsupportedOperationError(Exception):
10    pass
11class UnresolvedReference(Exception):
12    pass
Note: See TracBrowser for help on using the repository browser.