The header provided was somehow invalid.
| 297 | |
| 298 | |
| 299 | class InvalidHeader(HTTPError): |
| 300 | """The header provided was somehow invalid.""" |
| 301 | |
| 302 | |
| 303 | class ProxySchemeUnknown(AssertionError, URLSchemeUnknown): |
no outgoing calls
no test coverage detected