Module coolipy.exceptions
Classes
class CoolipyAPIServiceException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Expand source code
class CoolipyAPIServiceException(Exception): passAncestors
- builtins.Exception
- builtins.BaseException
class CoolipyHttpException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Expand source code
class CoolipyHttpException(Exception): passAncestors
- builtins.Exception
- builtins.BaseException
class CoolipyHttpServiceException (*args, **kwargs)-
Common base class for all non-exit exceptions.
Expand source code
class CoolipyHttpServiceException(Exception): passAncestors
- builtins.Exception
- builtins.BaseException