Laravel 5: Reporting Application Exceptions With report
…on exception handler with the provided exception.The signature of the report function is: 1 function report ( 2 $ exception 3 ) ;The following example demonstrates how to report an exception to the application's exception handler using the report...