I am working on a project which includes a REST API component. I have a controller dedicated to handling all of the REST API calls.
Is there any way to catch all exc
You can write your own actionError() function per controller. There are several ways of doing that described here