Skip to content

Commit a3f80db

Browse files
committed
Exception: simplified
1 parent a344a9d commit a3f80db

File tree

4 files changed

+9
-21
lines changed

4 files changed

+9
-21
lines changed

src/Exception/Logical/InvalidArgumentException.php

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

src/Exception/Logical/InvalidStateException.php

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

src/Exception/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
}

src/Exception/RuntimeException.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php declare(strict_types = 1);
2+
3+
namespace Nettrine\ORM\Exception;
4+
5+
final class RuntimeException extends \RuntimeException
6+
{
7+
8+
}

0 commit comments

Comments
 (0)