| 7 | class ReadTimeout extends TimeoutError {} |
| 8 | class WriteTimeout extends TimeoutError {} |
| 9 | class PoolTimeout extends TimeoutError {} |
| 10 | class NetworkError extends TransportError {} |
| 11 | class ConnectError extends NetworkError {} |
| 12 | class ReadError extends NetworkError {} |
nothing calls this directly
no outgoing calls
no test coverage detected