Sha256: ac951717f87305ac02f6a20f9fa5f2ce3aab05647d5b60b1bf35aa233e31d22f
Contents?: true
Size: 415 Bytes
Versions: 105
Compression:
Stored size: 415 Bytes
Contents
# encoding: utf-8 module Mongoid module Errors # Raised when invalid arguments are passed to #find. class InvalidFind < MongoidError # Create the new invalid find error. # # @example Create the error. # InvalidFind.new # # @since 2.2.0 def initialize super(compose_message("calling_document_find_with_nil_is_invalid", {})) end end end end
Version data entries
105 entries across 100 versions & 7 rubygems