| Total Complexity | 4 | 
| Total Lines | 30 | 
| Duplicated Lines | 0 % | 
| Coverage | 66.67% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 11 | final class ClassExtractorException extends \RuntimeException  | 
            ||
| 12 | { | 
            ||
| 13 | 1 | #[Pure]  | 
            |
| 14 | public function __construct(private string $property, string $message, int $code = 0, ?Throwable $previous = null)  | 
            ||
| 15 |     { | 
            ||
| 16 | 1 | parent::__construct($message, $code, $previous);  | 
            |
| 17 | 1 | }  | 
            |
| 18 | |||
| 19 | #[Pure]  | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 28 | 1 | #[Pure]  | 
            |
| 36 | }  | 
            ||
| 37 | |||
| 38 | 1 | public function getProperty(): string  | 
            |
| 43 |