app-MAIL-temp/app/errors.py

11 lines
198 B
Python

class AliasInTrashError(Exception):
"""raised when alias is deleted before """
pass
class DirectoryInTrashError(Exception):
"""raised when a directory is deleted before """
pass