Adding NetworkError to __init__ (#814)
This commit is contained in:
parent
b3db9ff0b6
commit
3e12fd0656
@ -12,6 +12,7 @@ from ._exceptions import (
|
||||
DecodingError,
|
||||
HTTPError,
|
||||
InvalidURL,
|
||||
NetworkError,
|
||||
NotRedirectResponse,
|
||||
PoolTimeout,
|
||||
ProtocolError,
|
||||
@ -60,6 +61,7 @@ __all__ = [
|
||||
"DecodingError",
|
||||
"HTTPError",
|
||||
"InvalidURL",
|
||||
"NetworkError",
|
||||
"NotRedirectResponse",
|
||||
"PoolTimeout",
|
||||
"ProtocolError",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user