Home
last modified time | relevance | path

Searched defs:ParseCancellationException (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php7 class ParseCancellationException extends \LogicException class
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php8 use Antlr\Antlr4\Runtime\Error\Exceptions\ParseCancellationException; alias