Searched refs:InvalidExpressionException (Results 1 – 2 of 2) sorted by relevance
9 use \AST\InvalidExpressionException; alias133 … 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.');
46 class InvalidExpressionException extends Exception { class