# File lib/cucumber/formatter/html.rb, line 552
      def format_exception(exception)
        (["#{exception.message}"] + exception.backtrace).join("\n")
      end