# File lib/chef/formatters/error_inspectors/cookbook_resolve_error_inspector.rb, line 31
        def initialize(expanded_run_list, exception)
          @expanded_run_list = expanded_run_list
          @exception = exception
        end