errors.py 93 B

1234
  1. class AliasInTrashError(Exception):
  2. """raised when alias is deleted before """
  3. pass