slither.formatters.exceptions

1from slither.exceptions import SlitherException
2
3
4class FormatImpossible(SlitherException):
5    pass
6
7
8class FormatError(SlitherException):
9    pass
class FormatImpossible(slither.exceptions.SlitherException):
5class FormatImpossible(SlitherException):
6    pass

Common base class for all non-exit exceptions.

Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
args
class FormatError(slither.exceptions.SlitherException):
 9class FormatError(SlitherException):
10    pass

Common base class for all non-exit exceptions.

Inherited Members
builtins.Exception
Exception
builtins.BaseException
with_traceback
args