Skip to content

Commit eb74866

Browse files
committed
Exception: refactoring
1 parent e197a22 commit eb74866

3 files changed

Lines changed: 1 addition & 21 deletions

File tree

src/Exceptions/Logical/InvalidArgumentException.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Exceptions/Logical/InvalidStateException.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Exceptions/LogicalException.php

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

55
use LogicException;
66

7-
abstract class LogicalException extends LogicException
7+
final class LogicalException extends LogicException
88
{
99

1010
}

0 commit comments

Comments
 (0)