Hello,

I have an application that started small and now its big. The problem is
that each database transaction has a try/catch statement.

Now I want to capture all those exceptions and send them to the error
controller to display friendly error messages to users in the production
environment.

Is there a way to force the Error Controller to catch this already catched
exceptions without modifying each sql try/catch block in the code?

Thanks!
-- 
View this message in context: 
http://www.nabble.com/Catching-catched-exceptions-tp19874696p19874696.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to