We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbfb2df + af56d1b commit 4fc5e08Copy full SHA for 4fc5e08
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