class error(exceptions.Exception)
Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)
class gaierror(error)
Method resolution order:
gaierror
error
exceptions.Exception
Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)
class herror(error)
Method resolution order:
herror
error
exceptions.Exception
Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)
