Eris\Quantifier\Evaluation::onFailure PHP Method

onFailure() public method

public onFailure ( callable $action )
$action callable
    public function onFailure(callable $action)
    {
        $this->onFailure = $action;
        return $this;
    }