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