Exception: Droonga::Catalog::UnsupportedValue

Inherits:
LegacyValidationError show all
Defined in:
lib/droonga/catalog/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, value, path) ⇒ UnsupportedValue

Returns a new instance of UnsupportedValue.



108
109
110
# File 'lib/droonga/catalog/errors.rb', line 108

def initialize(name, value, path)
  super("[#{name}] Not supported value: <#{value}>", path)
end