@@ -8,6 +8,9 @@ |
||
8 | 8 | private $message; |
9 | 9 | private $data = []; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $message |
|
13 | + */ |
|
11 | 14 | public function __construct(int $code, ?string $message, array $data = []) |
12 | 15 | { |
13 | 16 | $this->code = $code; |