Skip to content

Commit d280c45

Browse files
committed
LogicException is replaced by ErrorException as the base Exception class.
1 parent a7065a7 commit d280c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/SyntaxException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
namespace Smoren\FormulaTools\Exceptions;
66

7-
class SyntaxException extends \LogicException
7+
class SyntaxException extends \ErrorException
88
{
99
}

0 commit comments

Comments
 (0)