1 | <?php |
||
13 | class WordManagerException extends Exception |
||
14 | { |
||
15 | |||
16 | protected $message; |
||
17 | /** |
||
18 | * Capture thrown error message |
||
19 | * |
||
20 | * @return [string] [Return caught error] |
||
|
|||
21 | */ |
||
22 | public function __construct($message) |
||
26 | |||
27 | /** |
||
28 | * Return thrown error message |
||
29 | * |
||
30 | * @return string error message |
||
31 | */ |
||
32 | public function errorMessage() |
||
36 | } |
||
37 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.