The URL provided was somehow invalid.
| 116 | |
| 117 | |
| 118 | class InvalidURL(RequestException, ValueError): |
| 119 | """The URL provided was somehow invalid.""" |
| 120 | |
| 121 | |
| 122 | class InvalidHeader(RequestException, ValueError): |
no outgoing calls
no test coverage detected