List,

I'm new to ZF and was hoping you might be able to help. Is there a way to invoke the ErrorHandler manually? In particular I would like to test for the presence of a config file during bootstrap and invoke the ErrorHandler if it is not found. I saw in the documentation how to use the error type indicator to distinguish between 404 type errors and 500 errors and I would like to be able to utilize this to handle any errors incurred during the flow of the application, both in the bootstrap and in the controllers. Is there a better way to go about this?

Reply via email to