Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | final class IndexMapMatchFailedException extends LogicException implements ExceptionInterface |
||
11 | { |
||
12 | |||
13 | private $leftValues; |
||
14 | |||
15 | private $rightValues; |
||
16 | |||
17 | 6 | public function __construct( |
|
25 | 6 | } |
|
26 | |||
27 | 1 | public function getLeftValues(): ValueListInterface |
|
30 | } |
||
31 | |||
32 | 1 | public function getRightValues(): ValueListInterface |
|
37 |