Total Complexity | 4 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | class Handler extends BaseHandler |
||
13 | { |
||
14 | /** |
||
15 | * @param \Illuminate\Http\Request $request |
||
16 | * @param Exception $e |
||
17 | * @return \Illuminate\Http\Response|string|Response |
||
18 | */ |
||
19 | public function render($request, Exception $e) |
||
27 | } |
||
28 | |||
29 | /** {@inheritdoc} */ |
||
30 | protected function renderHttpException(HttpException $e): Response |
||
35 |