Class
ConnectionError
A Connection error occurred.
Source from the content-addressed store, hash-verified
| 68 | |
| 69 | |
| 70 | class ConnectionError(RequestException): |
| 71 | """A Connection error occurred.""" |
| 72 | |
| 73 | |
| 74 | class ProxyError(ConnectionError): |
Tested by
no test coverage detected