MCPcopy
hub / github.com/psf/requests / ProxyError

Class ProxyError

src/requests/exceptions.py:74–75  ·  view source on GitHub ↗

A proxy error occurred.

Source from the content-addressed store, hash-verified

72
73
74class ProxyError(ConnectionError):
75 """A proxy error occurred."""
76
77
78class SSLError(ConnectionError):

Callers 1

sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected