Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
8 | class InvalidEntityException extends \InvalidArgumentException |
||
9 | { |
||
10 | /** |
||
11 | * @var ConstraintViolationListInterface |
||
12 | */ |
||
13 | private $errors; |
||
14 | |||
15 | public function __construct(ConstraintViolationListInterface $errors, string $message = '', int $code = 0, Throwable $previous = null) |
||
19 | } |
||
20 | |||
21 | public function getErrors() |
||
26 |