mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-04-11 05:19:49 +00:00
7 lines
102 B
Python
7 lines
102 B
Python
class InvalidCredentialsError(RuntimeError):
|
|
pass
|
|
|
|
|
|
class UserExistsError(RuntimeError):
|
|
pass
|