Ignore:
Timestamp:
Jun 14, 2005, 11:30:00 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
9a95b3a11b46e9041db2db3dc586e8863e9fed9e
Parents:
68549dc733f8a9d1cd0d177bb2117ea043673222
Message:
*bricken: having fun


git-svn-id: file:///usr/local/Singular/svn/trunk@8359 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/omexceptions.py

    r68549d r50225a  
    11class OutOfScopeError(Exception):
    22    pass
    3 class NotImplementedError(Exception):
    4     pass
     3#class NotImplementedError(Exception):
     4#    pass
    55class EvaluationFailedError(Exception):
    66    pass
    77class PackagingFailedError(Exception):
    88    pass
     9class OperationNotPossibleError(Exception):
     10    pass
Note: See TracChangeset for help on using the changeset viewer.