Sha256: 19299a413e1595d26d457be2caecbfa8fae13e5d34959ac2736bb8ebb133fb79
Contents?: true
Size: 425 Bytes
Versions: 178
Compression:
Stored size: 425 Bytes
Contents
# encoding: utf-8 module Mongoid #:nodoc module Errors #:nodoc # 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(translate("calling_document_find_with_nil_is_invalid", {})) end end end end
Version data entries
178 entries across 86 versions & 4 rubygems