| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function __construct( |
||
| 28 | string $eventName, |
||
| 29 | string $entityName, |
||
| 30 | EntityManagerInterface $entityManager, |
||
| 31 | \Throwable $exception, |
||
| 32 | array $params = [] |
||
| 33 | ) {
|
||
| 34 | parent::__construct($eventName, $entityName, $entityManager, $params); |
||
| 35 | |||
| 36 | $this->exception = $exception; |
||
| 37 | } |
||
| 55 |