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

Class Socks5AuthError

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

Source from the content-addressed store, hash-verified

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

Callers 1

__negotiatesocks5Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected