Raised when failing to connect to a proxy.
| 209 | |
| 210 | |
| 211 | class ProxyError(InvalidHandshake): |
| 212 | """ |
| 213 | Raised when failing to connect to a proxy. |
| 214 | |
| 215 | """ |
| 216 | |
| 217 | |
| 218 | class InvalidProxyMessage(ProxyError): |
no outgoing calls
searching dependent graphs…