| 1 | <?php |
||
| 8 | class InvalidQueryString extends Exception |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Report the exception. |
||
| 12 | * |
||
| 13 | * @return bool|void |
||
| 14 | */ |
||
| 15 | public function report() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Render the exception as an HTTP response. |
||
| 22 | * |
||
| 23 | * @param Request $request |
||
| 24 | * @return \Illuminate\Http\RedirectResponse |
||
| 25 | */ |
||
| 26 | public function render($request) |
||
| 30 | } |
||
| 31 |