Exception: TinyMongo::ModifierOperationError

Inherits:
Error
  • Object
show all
Defined in:
lib/tinymongo/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeModifierOperationError

Returns a new instance of ModifierOperationError.



18
19
20
# File 'lib/tinymongo/errors.rb', line 18

def initialize
  super('Modifier operations are not allowed on objects that are not yet saved!')
end