| 1 | <?php |
||
| 13 | class ReflectionException extends \LogicException |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param string $method |
||
| 17 | * @return ReflectionException |
||
| 18 | */ |
||
| 19 | 1 | public static function undefinedMethodAnnotations(string $method) : ReflectionException |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param string $property |
||
| 29 | * @return ReflectionException |
||
| 30 | */ |
||
| 31 | 1 | public static function undefinedPropertyAnnotations(string $property) : ReflectionException |
|
| 38 | } |
||
| 39 |