Exception: MemoryModel::InvalidWhereQuery

Inherits:
IndexError show all
Defined in:
lib/memory_model/collection/index.rb

Instance Method Summary collapse

Constructor Details

#initialize(matcher_class) ⇒ InvalidWhereQuery

Returns a new instance of InvalidWhereQuery.



8
9
10
# File 'lib/memory_model/collection/index.rb', line 8

def initialize(matcher_class)
  super "Unable to perform a where with #{matcher_class}"
end