Add HttpError
This commit is contained in:
parent
fb6d14f9e8
commit
2197015386
@ -34,6 +34,12 @@ class PoolTimeout(Timeout):
|
||||
# HTTP exceptions...
|
||||
|
||||
|
||||
class HttpError(Exception):
|
||||
"""
|
||||
An Http error occurred.
|
||||
"""
|
||||
|
||||
|
||||
class ProtocolError(Exception):
|
||||
"""
|
||||
Malformed HTTP.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user