Home
last modified time | relevance | path

Searched refs:FailedPredicateException (Results 1 – 3 of 3) sorted by path

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php12 use Antlr\Antlr4\Runtime\Error\Exceptions\FailedPredicateException; alias
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php9 use Antlr\Antlr4\Runtime\Error\Exceptions\FailedPredicateException; alias
132 * - {@see FailedPredicateException}: Dispatches the call to
152 } elseif ($e instanceof FailedPredicateException) {
375 * the exception is a {@see FailedPredicateException}.
378 * @param FailedPredicateException $e The recognition exception.
382 protected function reportFailedPredicate(Parser $recognizer, FailedPredicateException $e) : void
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php16 class FailedPredicateException extends RecognitionException class