We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c6203 commit c7a83fdCopy full SHA for c7a83fd
1 file changed
00-Starter-Seed/server.py
@@ -22,6 +22,9 @@
22
23
# Format error response and append status code.
24
class AuthError(Exception):
25
+ """
26
+ An AuthError is raised whenever the authentication failed.
27
28
def __init__(self, error, status_code):
29
super().__init__()
30
self.error = error
0 commit comments