refactoring
This commit is contained in:
7
src/core/exceptions/Exceptions.py
Normal file
7
src/core/exceptions/Exceptions.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
class NoKeyFoundException(Exception):
|
||||
"""Exception raised when an anime key cannot be found."""
|
||||
pass
|
||||
class MatchNotFoundError(Exception):
|
||||
"""Exception raised when an anime key cannot be found."""
|
||||
pass
|
||||
Reference in New Issue
Block a user