How do I catch an exception that gets thrown in one of my bootstrap's _init methods? I'd like to handle it via my standard error handler in the error/error action but it seems that's not possible since the exception fires before the request gets dispatched.

Reply via email to