slither.exceptions

1class SlitherException(Exception):
2    pass
3
4
5class SlitherError(SlitherException):
6    pass
class SlitherException(builtins.Exception):
2class SlitherException(Exception):
3    pass

Common base class for all non-exit exceptions.

Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
args
class SlitherError(SlitherException):
6class SlitherError(SlitherException):
7    pass

Common base class for all non-exit exceptions.

Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
args