izzum\rules\ExceptionRule::_applies PHP Method

_applies() protected method

protected _applies ( )
    protected function _applies()
    {
        throw new Exception('this rule always throws an exception', Exception::CODE_GENERAL);
    }
ExceptionRule