MarcinOrlowski / laravel-api-response-builder

Builds nice, normalized and easy to consume REST JSON responses for Laravel powered APIs.
MIT License
720 stars 80 forks source link

ExHandler now expects \Throwable instead of \Exception. #187

Closed MarcinOrlowski closed 3 years ago

MarcinOrlowski commented 3 years ago

ExHandler now expects \Throwable instead of \Exception. Fixes #186

genesiscz commented 3 years ago

I got the same with TypeError, which defaults to DefaultExceptionHandler. Should be \Throwable too there, probably