mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 23:51:13 +01:00
4 lines
93 B
Python
4 lines
93 B
Python
class AliasInTrashError(Exception):
|
|
"""raised when alias is deleted before """
|
|
|
|
pass
|