Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class ExceptionHandler extends Handler implements HandlerContract |
||
9 | { |
||
10 | /** |
||
11 | * @var callable |
||
12 | */ |
||
13 | protected $previousHandler; |
||
14 | |||
15 | /** |
||
16 | * @return void |
||
17 | */ |
||
18 | public function register(): void |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @param \Throwable $e |
||
25 | * @return void |
||
26 | * |
||
27 | * @throws \Honeybadger\Exceptions\ServiceException |
||
28 | */ |
||
29 | public function handle(Throwable $e): void |
||
38 |