MarcinOrlowski / laravel-api-response-builder

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

Changed signature of ExceptionHandlers' `handle()` #195

Closed MarcinOrlowski closed 3 years ago

MarcinOrlowski commented 3 years ago

Changed signature of ExceptionHandlers' handle() method to expect Throwable instead of Exception. Fixes #194