MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / GeneralProxyError

Class GeneralProxyError

src/socks/__init__.py:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54class ProxyError(Exception): pass
55class GeneralProxyError(ProxyError): pass
56class Socks5AuthError(ProxyError): pass
57class Socks5Error(ProxyError): pass
58class Socks4Error(ProxyError): pass

Callers 8

wrapmoduleFunction · 0.70
__recvallMethod · 0.70
__negotiatesocks5Method · 0.70
__connectsocks5Method · 0.70
__resolvesocks5Method · 0.70
__negotiatesocks4Method · 0.70
__negotiatehttpMethod · 0.70
connectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected