@@ -36,7 +36,7 @@ |
||
36 | 36 | * @param \Error|\Exception $ex |
37 | 37 | * @param string[] &$data |
38 | 38 | * @param int $offset |
39 | - * @return mixed |
|
39 | + * @return string[] |
|
40 | 40 | */ |
41 | 41 | public static function getThrowableStack($ex, &$data = [], $offset = 0) |
42 | 42 | { |
@@ -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 | +} |