| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | #[Override] |
||
| 34 | public function handle(Exception $e, Request $request) // phpcs:ignore SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException |
||
| 35 | { |
||
| 36 | ($this->logger)($e, $request); |
||
| 37 | $this->errorPage = $this->factory->newInstance($e, $request); |
||
| 38 | |||
| 39 | return $this; |
||
| 40 | } |
||
| 51 |