MCPcopy Index your code
hub / github.com/python/cpython / Error

Class Error

Lib/ftplib.py:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56# Exception raised when an error or invalid response is received
57class Error(Exception): pass
58class error_reply(Error): pass # unexpected [123]xx reply
59class error_temp(Error): pass # 4xx errors
60class error_perm(Error): pass # 5xx errors

Callers 3

getlineMethod · 0.70
retrlinesMethod · 0.70
storlinesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…