Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Used Default Exception for API Response

Choose a tag to compare

@mitulgolakiya mitulgolakiya released this 02 May 07:05
· 76 commits to 1.3 since this release

We are no longer using our own APIExceptionsHandler to send API fail responses and using Laravel's own HttpResponseException to overcome App\Exceptions\Handler overwrite problem.