Raised when a socket timeout occurs while receiving data from a server
| 130 | |
| 131 | |
| 132 | class ReadTimeoutError(TimeoutError, RequestError): |
| 133 | """Raised when a socket timeout occurs while receiving data from a server""" |
| 134 | |
| 135 | |
| 136 | # This timeout error does not have a URL attached and needs to inherit from the |
no outgoing calls