MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / ClientConnectionError

Class ClientConnectionError

aiohttp/client_exceptions.py:161–162  ·  view source on GitHub ↗

Base class for client socket errors.

Source from the content-addressed store, hash-verified

159
160
161class ClientConnectionError(ClientError):
162 """Base class for client socket errors."""
163
164
165class ClientConnectionResetError(ClientConnectionError, ConnectionResetError):

Callers 7

connection_lostMethod · 0.85
client_reqrep.pyFile · 0.85
readMethod · 0.85
write_bytesMethod · 0.85
connectMethod · 0.85
_resolve_hostMethod · 0.85
_start_tls_connectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected