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