Lines Matching refs:error_proto
67 class error_proto(Error): pass # response does not begin with [1-5] class
227 raise error_proto, resp
246 raise error_proto, resp
276 raise error_proto, 'unsupported address family'
849 raise error_proto, resp
864 if left < 0: raise error_proto, resp
867 raise error_proto, resp # should contain '(|||port|)'
869 raise error_proto, resp
872 raise error_proto, resp
918 if treply[:3] not in ('125', '150'): raise error_proto # RFC 959
920 if sreply[:3] not in ('125', '150'): raise error_proto # RFC 959