7 lines
98 B
Python
7 lines
98 B
Python
class InvalidEmailException(Exception):
|
|
...
|
|
|
|
|
|
class UserNotFoundException(Exception):
|
|
...
|