You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://apigility.org/documentation/modules/zf-rest
"Sub-key: controller_class (optional)
An alternate controller class to use when creating the controller service; it must extend ZF\Rest\RestController. Only use this if you are altering the workflow present in the RestController."
I want to extend the RestController in order to do some private handling of exceptions.
(modify createApiProblemFromException because the exceptions are lost there).
Actually I would like to be able to change it in the Apigility-Admin-GUI globally or at the "API" level
In https://apigility.org/documentation/modules/zf-rest
"Sub-key: controller_class (optional)
An alternate controller class to use when creating the controller service; it must extend ZF\Rest\RestController. Only use this if you are altering the workflow present in the RestController."
I want to extend the RestController in order to do some private handling of exceptions.
(modify createApiProblemFromException because the exceptions are lost there).
Actually I would like to be able to change it in the Apigility-Admin-GUI globally or at the "API" level
Thanks.
Originally posted by @goalain at zfcampus/zf-apigility-admin#386
The text was updated successfully, but these errors were encountered: