1 | <?php |
||
18 | class WebSocketException extends Exception |
||
19 | { |
||
20 | /** |
||
21 | * Report the exception. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function report() |
||
29 | |||
30 | /** |
||
31 | * Render the exception into an HTTP response. |
||
32 | * |
||
33 | * @param \Illuminate\Http\Request |
||
34 | * @return \Illuminate\Http\Response |
||
35 | */ |
||
36 | public function render($request) |
||
40 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.