diff --git a/backend/app/exceptions.py b/backend/app/exceptions.py index 031caa71..df5e858e 100644 --- a/backend/app/exceptions.py +++ b/backend/app/exceptions.py @@ -103,3 +103,5 @@ class AppNotAuthenticated(AppException): # Not Authenticated def __init__(self): super().__init__(None, "Not Authenticated") + +