@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception; |
6 | 6 | |
7 | 7 | class SystemException extends Exception |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\SystemException; |
6 | 6 | |
7 | 7 | class TaskIncompleteException extends SystemException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\SystemException; |
6 | 6 | |
7 | 7 | class ChildUnresponsiveException extends SystemException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\SystemException; |
6 | 6 | |
7 | 7 | class ParentUnresponsiveException extends SystemException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception; |
6 | 6 | |
7 | 7 | class LogicException extends Exception |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class TimeoutException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class WriteException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class ReadException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |
@@ -5,4 +5,5 @@ |
||
5 | 5 | use Dazzle\Throwable\Exception\RuntimeException; |
6 | 6 | |
7 | 7 | class RejectionException extends RuntimeException |
8 | -{} |
|
8 | +{ |
|
9 | +} |