Total Complexity | 1 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
15 | class LogExceptionHandler extends AbstractWithLocator implements ExceptionHandlerInterface |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @param \Exception $exception |
||
20 | * @param bool $isDebug |
||
21 | * |
||
22 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
23 | */ |
||
24 | public function handleException(\Exception $exception, bool $isDebug): void |
||
35 | } |