Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DBailErrorStrategy.php8 use Antlr\Antlr4\Runtime\Error\Exceptions\ParseCancellationException; alias
17 * {@see ParseCancellationException}. The implementation ensures that the
41 * in a {@see ParseCancellationException} so it is not caught by the
58 throw ParseCancellationException::from($e);
65 * @throws ParseCancellationException
79 throw ParseCancellationException::from($e);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php7 class ParseCancellationException extends \LogicException class