Is it possible? I want to throw an exception in the preDispatch of a plugin
if you are not allowed to view the page. I then want to handle that
exception via the errorController. I can wrap the $front->dispatch() in a
try / catch and catch the exception in the bootstrap, but then how do I
forward that onto the errorController, as the front controller has not been
dispatched? I've read the manual and other posts and have not found an
answer nor an alternative method.
-- 
View this message in context: 
http://www.nabble.com/handle-any-exception-with-errorController-tp20316623p20316623.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to