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

8 lines
130 B
Python
Raw Normal View History

2017-03-06 15:03:57 +00:00
class StorageNotFound(Exception):
pass
2017-03-07 08:36:56 +00:00
class IPTCRuleExists(Exception):
pass
2017-09-29 16:37:30 +00:00
class IPTCRuleNotFound(Exception):
pass