@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class RejectionException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class OutOfBoundsException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class ExecutionException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class CancellationException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class UnderflowException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class OverflowException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception; |
6 | 6 | |
7 | 7 | class RuntimeException extends Exception |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\LogicException; |
6 | 6 | |
7 | 7 | class ResourceException extends LogicException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\LogicException; |
6 | 6 | |
7 | 7 | class IllegalCallException extends LogicException |
8 | -{} |
|
8 | +{ |
|
9 | +} |