flipper.kernel.error.FatalError¶
-
class
flipper.kernel.error.FatalError(message=None)[source]¶ Bases:
ExceptionAn exception for when we reach something mathematically impossible.
This indicates that the implementation of the algorithm differs from the theory.
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-