Home
last modified time | relevance | path

Searched refs:NotEnoughArgumentsException (Results 1 – 3 of 3) sorted by relevance

/plugin/ifauthex/lib/
H A Dparser.php398 throw new NotEnoughArgumentsException($definition);
411 throw new NotEnoughArgumentsException($definition);
413 throw new NotEnoughArgumentsException($definition);
426 throw new NotEnoughArgumentsException($definition);
428 throw new NotEnoughArgumentsException($definition);
H A Dexceptions.php61 class NotEnoughArgumentsException extends Exception { class
/plugin/ifauthex/_test/
H A Dgeneral.test.php193 $this->assertInstanceOf(\AST\NotEnoughArgumentsException::class, $exc);