We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a8d27 commit 951d990Copy full SHA for 951d990
src/auth/utils.py
@@ -4,7 +4,7 @@
4
from src.auth import config
5
from src.core.exceptions import ServerException
6
7
-
+# TODO This should be inside handlers
8
class InvalidToken(ServerException):
9
def __init__(self):
10
super().__init__("Invalid Token")
0 commit comments