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

Class ConnectionError

src/requests/exceptions.py:70–71  ·  view source on GitHub ↗

A Connection error occurred.

Source from the content-addressed store, hash-verified

68
69
70class ConnectionError(RequestException):
71 """A Connection error occurred."""
72
73
74class ProxyError(ConnectionError):

Callers 2

generateMethod · 0.85
sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected