@@ -22,7 +22,7 @@ |
||
22 | 22 | * Return a new error JSON response from the application coming from an exception. |
23 | 23 | * Called like: response()->exceptionError(...) |
24 | 24 | * |
25 | - * @param Throwable $e |
|
25 | + * @param ResponseFactory $e |
|
26 | 26 | * @param string $message |
27 | 27 | * @param int $status |
28 | 28 | * @param array $headers |