| 1 | <?php |
||
| 10 | class WordRankManagerException extends Exception |
||
| 11 | { |
||
| 12 | |||
| 13 | protected $message; |
||
| 14 | /** |
||
| 15 | * Capture thrown [errorMessage] |
||
| 16 | * |
||
| 17 | * @return [string] [Return caught error] |
||
|
|
|||
| 18 | */ |
||
| 19 | public function __construct($message) |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Return thrown error message |
||
| 26 | * |
||
| 27 | * @return string error message |
||
| 28 | */ |
||
| 29 | public function errorMessage() |
||
| 33 | } |
||
| 34 |
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.