Proxy connection error. Raised in :class:`aiohttp.connector.ProxyConnector` if connection to proxy can not be established.
| 63 | |
| 64 | |
| 65 | class 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 | |
| 73 | class HttpProcessingError(Exception): |