flipper.kernel.error.AssumptionError

class flipper.kernel.error.AssumptionError(message=None)[source]

Bases: Exception

An exception for when an assumptions is false.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.