@@ -16,6 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Capture thrown error message |
18 | 18 | * |
19 | + * @param string $message |
|
19 | 20 | * @return [string] [Return caught error] |
20 | 21 | */ |
21 | 22 | public function __construct($message) |
@@ -14,6 +14,7 @@ |
||
14 | 14 | /** |
15 | 15 | * Capture thrown [errorMessage] |
16 | 16 | * |
17 | + * @param string $message |
|
17 | 18 | * @return [string] [Return caught error] |
18 | 19 | */ |
19 | 20 | public function __construct($message) |