# File lib/r10k/action/visitor.rb, line 23
      def visit(type, other, &block)
        send("visit_#{type}", other, &block)
      rescue => e
        logger.error R10K::Errors::Formatting.format_exception(e, @trace)
        @visit_ok = false
      end