Searched refs:Socks5Error (Results 1 – 3 of 3) sorted by relevance
59 class Socks5Error(ProxyError): pass class233 raise Socks5Error((ord(resp[1:2]), _socks5errors[ord(resp[1:2])]))235 raise Socks5Error((9, _socks5errors[9]))
131 class Socks5Error - This will be raised for Socks5 errors which are not related to
62 class Socks5Error(ProxyError): pass class272 raise Socks5Error((ord(resp[1:2]), _socks5errors[ord(resp[1:2])]))274 raise Socks5Error((9, _socks5errors[9]))