# File lib/chef/handler.rb, line 88
    def self.run_exception_handlers(run_status)
      Chef::Log.error("Running exception handlers")
      exception_handlers.each do |handler|
        handler.run_report_safely(run_status)
      end
      Chef::Log.error("Exception handlers complete")
    end