| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class UnmappableRow extends InvalidArgument implements CannotLoadTable |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Produces an exception for when the row could not be mapped. |
||
| 20 | * |
||
| 21 | * @param Throwable $exception The exception that was encountered. |
||
| 22 | * @param string $label The label for the failed entity type. |
||
| 23 | * @param array $input The input data that could not be mapped. |
||
| 24 | * @return CannotLoadTable The exception to throw. |
||
| 25 | */ |
||
| 26 | public static function encountered( |
||
| 39 |