Searched refs:MalformedExpressionException (Results 1 – 4 of 4) sorted by relevance
/plugin/ifauthex/lib/ |
H A D | grammar.php | 10 use \AST\MalformedExpressionException; alias 99 …throw new MalformedExpressionException($elmInstance, 'A subexpression must have exactly one root'); 115 …throw new MalformedExpressionException($elmInstance, 'A in-group operator <@> must take exactly on…
|
H A D | parser.php | 191 …throw new MalformedExpressionException($this, 'An expression that has more than a single root is n… 612 … throw new MalformedExpressionException($elmInstance, 'Expected exactly one token.'); 614 … throw new MalformedExpressionException($elmInstance, 'Expected a token instance.'); 616 …throw new MalformedExpressionException($elmInstance, 'Expected a token of type ' . $this->tokenDef… 624 … throw new MalformedExpressionException($elmInstance, 'Expected at least two arguments.'); 626 … throw new MalformedExpressionException($elmInstance, 'Expected at least one argument.'); 629 …throw new MalformedExpressionException($elmInstance, 'Expected exactly ' . $this->arity() . ' argu…
|
H A D | exceptions.php | 31 class MalformedExpressionException extends Exception { class
|
/plugin/ifauthex/_test/ |
H A D | general.test.php | 209 $this->assertInstanceOf(\AST\MalformedExpressionException::class, $exc);
|