Exception: AmberODM::Exceptions::IllegalArgumentException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/amber_odm.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'query malformed, empty clause') ⇒ IllegalArgumentException

Returns a new instance of IllegalArgumentException.



208
209
210
# File 'lib/amber_odm.rb', line 208

def initialize(msg = 'query malformed, empty clause')
  super
end