Skip to content

Commit 4fc5e08

Browse files
authored
Merge pull request #2 from amorimjuliana/master
Make ParseCancellationException extends from LogicException
2 parents bbfb2df + af56d1b commit 4fc5e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Error/Exceptions/ParseCancellationException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Antlr\Antlr4\Runtime\Error\Exceptions;
66

7-
class ParseCancellationException extends \Exception
7+
class ParseCancellationException extends \LogicException
88
{
99
public static function from(\Throwable $exception) : self
1010
{

0 commit comments

Comments
 (0)