captive.whump.shanti-portal/tools/errors.py
2017-09-29 18:37:30 +02:00

8 lines
130 B
Python

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