Exception: Tantiny::UnsupportedField

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

Instance Method Summary collapse

Constructor Details

#initialize(field) ⇒ UnsupportedField

Returns a new instance of UnsupportedField.



34
35
36
# File 'lib/tantiny/errors.rb', line 34

def initialize(field)
  super("Can't search the \"#{field}\" field with this query.")
end