Searched refs:FailedPredicateException (Results 1 – 3 of 3) sorted by relevance
9 use Antlr\Antlr4\Runtime\Error\Exceptions\FailedPredicateException; alias152 } elseif ($e instanceof FailedPredicateException) {378 * @param FailedPredicateException $e The recognition exception.382 protected function reportFailedPredicate(Parser $recognizer, FailedPredicateException $e) : void
16 class FailedPredicateException extends RecognitionException class
12 use Antlr\Antlr4\Runtime\Error\Exceptions\FailedPredicateException; alias