# File lib/chef/resource_reporter.rb, line 44
      def self.new_for_exception(new_resource, action)
        report = new
        report.new_resource = new_resource
        report.action = action
        report
      end