Home
last modified time | relevance | path

Searched refs:InputMismatchException (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php10 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias
150 } elseif ($e instanceof InputMismatchException) {
297 throw new InputMismatchException($recognizer);
352 * @param InputMismatchException $e The recognition exception.
356 protected function reportInputMismatch(Parser $recognizer, InputMismatchException $e) : void
535 throw new InputMismatchException($recognizer);
538 … throw new InputMismatchException($recognizer, $this->nextTokensState, $this->nextTokensContext);
DBailErrorStrategy.php7 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias
69 $e = new InputMismatchException($recognizer);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
DInputMismatchException.php14 class InputMismatchException extends RecognitionException class
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DParser.php16 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias
166 * @throws InputMismatchException