mirror of
https://github.com/simple-login/app.git
synced 2024-11-14 08:01:13 +01:00
16 lines
303 B
Python
16 lines
303 B
Python
class AliasInTrashError(Exception):
|
|
"""raised when alias is deleted before """
|
|
|
|
pass
|
|
|
|
|
|
class DirectoryInTrashError(Exception):
|
|
"""raised when a directory is deleted before """
|
|
|
|
pass
|
|
|
|
|
|
class SubdomainInTrashError(Exception):
|
|
"""raised when a subdomain is deleted before """
|
|
|
|
pass
|