slither.core.exceptions

1from slither.exceptions import SlitherException
2
3
4class SlitherCoreError(SlitherException):
5    pass
class SlitherCoreError(slither.exceptions.SlitherException):
5class SlitherCoreError(SlitherException):
6    pass

Common base class for all non-exit exceptions.

Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
args