Module keboola.component.exceptions
Classes
class UserException (*args, **kwargs)
-
Expand source code
class UserException(Exception): pass
Common base class for all non-exit exceptions.
Ancestors
- builtins.Exception
- builtins.BaseException