Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
class
ProxyError(Exception):
pass
55
class
GeneralProxyError(ProxyError):
pass
56
class
Socks5AuthError(ProxyError):
pass
57
class
Socks5Error(ProxyError):
pass
58
class
Socks4Error(ProxyError):
pass
Callers
8
wrapmodule
Function · 0.70
__recvall
Method · 0.70
__negotiatesocks5
Method · 0.70
__connectsocks5
Method · 0.70
__resolvesocks5
Method · 0.70
__negotiatesocks4
Method · 0.70
__negotiatehttp
Method · 0.70
connect
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected