Home
last modified time | relevance | path

Searched refs:InvalidExpressionException (Results 1 – 2 of 2) sorted by relevance

/plugin/ifauthex/lib/
H A Dgrammar.php9 use \AST\InvalidExpressionException; alias
133 … throw new InvalidExpressionException($elmInstance, 'Not called on a non-boolean argument.');
148 … throw new InvalidExpressionException($elmInstance, 'And called on non-boolean arguments.');
167 … throw new InvalidExpressionException($elmInstance, 'Or called on non-boolean arguments.');
H A Dexceptions.php46 class InvalidExpressionException extends Exception { class