Override _bootstrap(), wrap it in try-catch, catch the exception, register an early plugin that rethrows that exception.See this gist for an example --> http://gist.github.com/298848 . You might want to add another try-catch outside the bootstrap for when the FrontController resource itself throws an exception.
Perfect, thanks.
