typedi
typedi copied to clipboard
fix: Catching in controllers does not have any effect when an error are thrown in another services
Description
As the image shows the client is getting the exact domain service error and the controller normal try/catch does not have any effect. Something like Reflection stuff behind can be causing this.