File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 6565 | Restify Exception Handler
6666 |--------------------------------------------------------------------------
6767 |
68- | These will override the main application exception handler,
69- | set to null, it will not override it.
70- | Having RestifyHandler as a global exception handler is a good approach, since it
68+ | The exception handler will be attached to any Restify "CRUD" route.
69+ | It will not be attached to custom routes defined in yours Restify Repositories,
70+ | if you want to have it for all of the routes, can extend RestifyHandler
71+ | from your application App\Exceptions\Handler.
72+ |
73+ | These will override the main application exception handler, set to null, it will not override it.
74+ | Having RestifyHandler as a global exception handler is a good recommendation since it
7175 | will return the exceptions in an API pretty format.
76+ |
7277 */
7378 'exception_handler ' => \Binaryk \LaravelRestify \Exceptions \RestifyHandler::class,
7479];
You can’t perform that action at this time.
0 commit comments