| 28 | class DecodingError extends RequestError {} |
| 29 | class TooManyRedirects extends RequestError {} |
| 30 | class HTTPStatusError extends HTTPError {} |
| 31 | class InvalidURL extends ImpitError {} |
| 32 | class CookieConflict extends ImpitError {} |
| 33 | class StreamError extends ImpitError {} |
nothing calls this directly
no outgoing calls
no test coverage detected