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

Class ProxyConnectionError

aiohttp/errors.py:65–70  ·  view source on GitHub ↗

Proxy connection error. Raised in :class:`aiohttp.connector.ProxyConnector` if connection to proxy can not be established.

Source from the content-addressed store, hash-verified

63
64
65class ProxyConnectionError(ClientConnectionError):
66 """Proxy connection error.
67
68 Raised in :class:`aiohttp.connector.ProxyConnector` if
69 connection to proxy can not be established.
70 """
71
72
73class HttpProcessingError(Exception):

Callers 1

_create_connectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected