| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function __construct(string $propertyName, string $propertyFile, $rangeSet, Throwable $previous = null) |
||
| 24 | { |
||
| 25 | $this->propertyName = $propertyName; |
||
| 26 | $this->propertyFile = $propertyFile; |
||
| 27 | $this->rangeSet = $rangeSet; |
||
| 28 | parent::__construct($this->buildMessage(), 0, $previous); |
||
| 29 | } |
||
| 58 |