Aniworld/src/core/exceptions/Exceptions.py
2025-10-12 18:05:31 +02:00

7 lines
223 B
Python

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