| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class RangeSetNotBuiltException extends LogicException implements ExceptionInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | private $propertyName; |
||
| 17 | |||
| 18 | public function __construct(string $propertyName, Throwable $previous = null) |
||
| 25 | ); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function getPropertyName(): string |
||
| 33 |