We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a33e82 commit af56d1bCopy full SHA for af56d1b
src/Error/Exceptions/ParseCancellationException.php
@@ -4,7 +4,7 @@
4
5
namespace Antlr\Antlr4\Runtime\Error\Exceptions;
6
7
-class ParseCancellationException extends \Exception
+class ParseCancellationException extends \LogicException
8
{
9
public static function from(\Throwable $exception) : self
10
0 commit comments