diff --git a/custom_components/fpl/exceptions.py b/custom_components/fpl/exceptions.py index 89c8bc5..79b87cf 100644 --- a/custom_components/fpl/exceptions.py +++ b/custom_components/fpl/exceptions.py @@ -11,3 +11,7 @@ class ForceChangePasswordException(WarrantException): class TokenVerificationException(WarrantException): """Raised when token verification fails.""" + + +class NoTerrytoryAvailableException(Exception): + """Thrown when not possible to determine user territory"""