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