MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / GeneralProxyError

Class GeneralProxyError

thirdparty/socks/socks.py:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58class ProxyError(Exception): pass
59class GeneralProxyError(ProxyError): pass
60class Socks5AuthError(ProxyError): pass
61class Socks5Error(ProxyError): pass
62class Socks4Error(ProxyError): pass

Callers 6

wrapmoduleFunction · 0.85
__recvallMethod · 0.85
__negotiatesocks5Method · 0.85
__negotiatesocks4Method · 0.85
__negotiatehttpMethod · 0.85
connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…