# File lib/cucumber/formatter/pretty.rb, line 184
      def after_table_row(table_row)
        return unless @table
        @io.puts
        if table_row.exception && !@exceptions.include?(table_row.exception)
          print_exception(table_row.exception, :failed, @indent)
        end
      end