# File lib/cucumber/formatter/pretty.rb, line 163
      def exception(exception, status)
        return if @hide_this_step
        print_exception(exception, status, @indent)
        @io.flush
      end