| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 12 | #[Package('storefront')] |
||
| 13 | class ThemeExceptionHandler implements ExceptionHandlerInterface |
||
| 14 | { |
||
| 15 | public function getPriority(): int |
||
| 16 | { |
||
| 17 | return ExceptionHandlerInterface::PRIORITY_DEFAULT; |
||
| 18 | } |
||
| 19 | |||
| 20 | public function matchException(\Exception $e): ?\Exception |
||
| 30 | } |
||
| 31 | } |
||
| 32 |