Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class MissingPrimaryKeyValueException extends \Exception |
||
8 | { |
||
9 | private $missedValuePrimaryKey; |
||
10 | |||
11 | public function __construct($missedValuePrimaryKey, string $message = '', int $code = 0, Throwable $previous = null) |
||
15 | } |
||
16 | |||
17 | /** |
||
18 | * @return mixed |
||
19 | */ |
||
20 | public function getMissedValuePrimaryKey() |
||
25 |