FitTrackee/fittrackee/users/exceptions.py

7 lines
98 B
Python
Raw Normal View History

class InvalidEmailException(Exception):
...
class UserNotFoundException(Exception):
...