Fix some issues, improve documentation
This commit is contained in:
@@ -34,8 +34,10 @@ class HTTPServerException(Exception):
|
||||
status_code: str
|
||||
message: str
|
||||
body: str
|
||||
arg: str
|
||||
|
||||
def __init__(self, body=""):
|
||||
def __init__(self, arg, body=""):
|
||||
self.arg = arg
|
||||
self.body = body
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user