ExceptionHandler
interface ExceptionHandler (View source)
Methods
void | report(Exception $e) Report or log an exception. | |
Response | render(Request $request, Exception $e) Render an exception into an HTTP response. | |
void | renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. |
Details
void report(Exception $e)
Report or log an exception.
void renderForConsole(OutputInterface $output, Exception $e)
Render an exception to the console.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.7/Illuminate/Contracts/Debug/ExceptionHandler.html