Skip to content

Commit b315657

Browse files
committed
ShouldNotHappenException extends LogicException
1 parent 285ca8b commit b315657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ShouldNotHappenException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace PHPStan;
44

5-
use Exception;
5+
use LogicException;
66

7-
final class ShouldNotHappenException extends Exception
7+
final class ShouldNotHappenException extends LogicException
88
{
99

1010
/** @api */

0 commit comments

Comments
 (0)