10 lines
136 B
Python
Executable file
10 lines
136 B
Python
Executable file
class KeyExistsError(Exception):
|
|
pass
|
|
|
|
|
|
class UserExistsError(Exception):
|
|
pass
|
|
|
|
|
|
class UserCredentialError(Exception):
|
|
pass
|