# File lib/chef/run_status.rb, line 120
  def formatted_exception
    @exception && "#{@exception.class.name}: #{@exception.message}"
  end