flipper.kernel.error.AbortError

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

Bases: Exception

An exception for aborting computations with.

This is thrown by clicking ‘cancel’ on a progress box.

args
with_traceback()

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