2008-02-06 18:39:07 +00:00

12 lines
125 B
Python

class Error(Exception):
pass
class NotSupportedError(Error):
pass
class InvalidConstraintError(Error):
pass