We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8524115 commit 559a61bCopy full SHA for 559a61b
1 file changed
00-Starter-Seed/server.py
@@ -23,6 +23,7 @@
23
# Format error response and append status code.
24
class AuthError(Exception):
25
def __init__(self, error, status_code):
26
+ super().__init__()
27
self.error = error
28
self.status_code = status_code
29
0 commit comments