Home | History | Annotate | Download | only in Lib

Lines Matching defs:error_proto

67 class error_proto(Error): pass          # response does not begin with [1-5]
225 raise error_proto, resp
244 raise error_proto, resp
274 raise error_proto, 'unsupported address family'
826 Raises error_proto if it does not contain '(h1,h2,h3,h4,p1,p2)'
837 raise error_proto, resp
846 Raises error_proto if it does not contain '(|||port|)'
852 if left < 0: raise error_proto, resp
855 raise error_proto, resp # should contain '(|||port|)'
857 raise error_proto, resp
860 raise error_proto, resp
906 if treply[:3] not in ('125', '150'): raise error_proto # RFC 959
908 if sreply[:3] not in ('125', '150'): raise error_proto # RFC 959