MCPcopy
hub / github.com/aio-libs/aiohttp / ClientTimeoutError

Class ClientTimeoutError

aiohttp/errors.py:61–62  ·  view source on GitHub ↗

Client connection timeout error.

Source from the content-addressed store, hash-verified

59
60
61class ClientTimeoutError(ClientConnectionError, TimeoutError):
62 """Client connection timeout error."""
63
64
65class ProxyConnectionError(ClientConnectionError):

Callers 1

connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected