captive.whump.shanti-portal/portalclientlib/errors.py

8 lines
130 B
Python

class StorageNotFound(Exception):
pass
class IPTCRuleExists(Exception):
pass
class IPTCRuleNotFound(Exception):
pass