Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class MissingIdentifyingColumn extends InvalidArgument implements CannotIdentifyEntity |
||
16 | { |
||
17 | /** |
||
18 | * Produces an exception for when the input data is missing a required |
||
19 | * identifier column. |
||
20 | * |
||
21 | * @param array $inputData The data that lacks an identifier. |
||
22 | * @param string $identifier The identifier that is missing. |
||
23 | * @return CannotIdentifyEntity The exception to throw. |
||
24 | */ |
||
25 | public static function inThe( |
||
36 |