json-exception-handler icon indicating copy to clipboard operation
json-exception-handler copied to clipboard

Results 3 json-exception-handler issues
Sort by recently updated
recently updated
newest added

Required for latest version of Laravel's exception handler

Resource publishing command in Readme.md still has the v1 namespace which will throw "Unable to locate publishable resources." error when trying to publish resources. `php artisan vendor:publish --provider="SMartins\JsonHandler\JsonHandlerServiceProvider"` needs to...

Getting type error mismatching when a non-Exception throwable is thrown: ``` TypeError : Argument 1 passed to SMartins\Exceptions\Handlers\AbstractHandler::__construct() must be an instance of Exception, instance of TypeError given, called in...