mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
8 lines
130 B
Python
8 lines
130 B
Python
|
class StorageNotFound(Exception):
|
||
|
pass
|
||
|
|
||
|
class IPTCRuleExists(Exception):
|
||
|
pass
|
||
|
|
||
|
class IPTCRuleNotFound(Exception):
|
||
|
pass
|