Errors

This submodule contains exception classes that are used by Rigidity to handle different actions from the rule classes.

exception rigidity.errors.DropRow[source]

Bases: rigidity.errors.RigidityException

When a rule raises this error, the row that is being processed is dropped from the output.

with_traceback()

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