Searched refs:InputMismatchException (Results 1 – 4 of 4) sorted by relevance
10 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias150 } elseif ($e instanceof InputMismatchException) {297 throw new InputMismatchException($recognizer);352 * @param InputMismatchException $e The recognition exception.356 protected function reportInputMismatch(Parser $recognizer, InputMismatchException $e) : void535 throw new InputMismatchException($recognizer);538 … throw new InputMismatchException($recognizer, $this->nextTokensState, $this->nextTokensContext);
7 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias69 $e = new InputMismatchException($recognizer);
14 class InputMismatchException extends RecognitionException class
16 use Antlr\Antlr4\Runtime\Error\Exceptions\InputMismatchException; alias166 * @throws InputMismatchException