15 lines
198 B
Python
15 lines
198 B
Python
class InvalidEmailException(Exception):
|
|
...
|
|
|
|
|
|
class UserControlsException(Exception):
|
|
...
|
|
|
|
|
|
class UserCreationException(Exception):
|
|
...
|
|
|
|
|
|
class UserNotFoundException(Exception):
|
|
...
|