mirror of
https://github.com/simple-login/app.git
synced 2025-09-30 18:37:30 +08:00
4 lines
93 B
Python
4 lines
93 B
Python
class AliasInTrashError(Exception):
|
|
"""raised when alias is deleted before """
|
|
|
|
pass
|