From f0aac3c99a3b4997eb4ab4794696ea1790bdc5ce Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sat, 15 Nov 2025 11:37:17 +0000 Subject: [PATCH] save --- backend/app/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) 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") + +