# File lib/moped/protocol/query.rb, line 93
      def failure_exception(reply)
        Errors::QueryFailure.new(self, reply.documents.first)
      end