Source code for rigidity.errors

class RigidityException(Exception):
    pass


class DropRow(RigidityException):
    '''
[docs] When a rule raises this error, the row that is being processed is dropped from the output. ''' pass