Searched refs:ProxyError (Results 1 – 5 of 5) sorted by relevance
56 class ProxyError(Exception): pass class57 class GeneralProxyError(ProxyError): pass58 class Socks5AuthError(ProxyError): pass59 class Socks5Error(ProxyError): pass60 class Socks4Error(ProxyError): pass61 class HTTPError(ProxyError): pass
106 class ProxyError - This is a base exception class. It is not raised directly but
59 class ProxyError(Exception): pass class60 class GeneralProxyError(ProxyError): pass61 class Socks5AuthError(ProxyError): pass62 class Socks5Error(ProxyError): pass63 class Socks4Error(ProxyError): pass64 class HTTPError(ProxyError): pass
115 raise ProxyError(129 class ProxyError(Exception): class
487 raise ProxyError(501 We raise two kinds of exceptions here. ``ProxyError`` is when512 class ProxyError(Exception):637 ProxyError: Error from JSON-RPC client http://localhost:8080: 400 Bad Request640 ProxyError exception.