Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class ResourceControllerException extends \Exception |
||
8 | { |
||
9 | use FormatsValidJsonResponses; |
||
10 | |||
11 | /** |
||
12 | * Report the exception. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function report() |
||
18 | // |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Render the exception into an HTTP response. |
||
23 | * |
||
24 | * @param \Illuminate\Http\Request $request The request object. |
||
25 | * |
||
26 | * @return mixed |
||
27 | */ |
||
28 | public function render($request) |
||
37 |