Exception: Droonga::Catalog::UnsupportedValue
- Inherits:
-
LegacyValidationError
- Object
- StandardError
- Error
- LegacyValidationError
- Droonga::Catalog::UnsupportedValue
- Defined in:
- lib/droonga/catalog/errors.rb
Instance Method Summary collapse
-
#initialize(name, value, path) ⇒ UnsupportedValue
constructor
A new instance of UnsupportedValue.
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 |