# File lib/cucumber/formatter/html.rb, line 230
      def exception(exception, status)
        return if @hide_this_step
        builder.pre(format_exception(exception), :class => status)
      end