# File lib/Dnsruby/event_machine_interface.rb, line 222
      def send_timeout
        TheLog.debug("Sending timeout to client")
        send_to_client(nil, ResolvTimeout.new("Query timed out"))
      end