Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class CannotProduceObjects extends UnexpectedValue implements CannotMakeTableMapping |
||
16 | { |
||
17 | /** |
||
18 | * Produces an exception for when when an exception was encountered while |
||
19 | * trying to assemble the infrastructure that loads the objects. |
||
20 | * |
||
21 | * @param Throwable $exception |
||
22 | * @param string $label |
||
23 | * @return CannotMakeTableMapping |
||
24 | */ |
||
25 | public static function encountered( |
||
36 |