laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 416 forks source link

[8.x] Use standard reporting when exceptions don't handle reporting by them self #1182

Closed the-real-christoph closed 3 years ago

the-real-christoph commented 3 years ago

Use standard reporting when exceptions don't handle reporting by them self.

Inspired by laravel/illuminate exception handler:

https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Exceptions/Handler.php#L228