Skip to content
Exceptions.py 90 B
Newer Older
class ConstraintException(Exception):
    pass

class MutexException(Exception):
    pass