Searched refs:Socks4Error (Results 1 – 4 of 4) sorted by relevance
71 class Socks4Error(ProxyError): class411 raise Socks4Error((ord(resp[1:2]), _socks4errors[ord(resp[1:2]) - 90]))413 raise Socks4Error((94, _socks4errors[4]))
71 class Socks4Error(ProxyError): class403 raise Socks4Error((ord(resp[1:2]), _socks4errors[ord(resp[1:2]) - 90]))405 raise Socks4Error((94, _socks4errors[4]))