Exception: Droonga::Catalog::InvalidDate

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

Instance Method Summary collapse

Constructor Details

#initialize(name, value, path) ⇒ InvalidDate

Returns a new instance of InvalidDate.



72
73
74
# File 'lib/droonga/catalog/errors.rb', line 72

def initialize(name, value, path)
  super("[#{name}] Invalid date string: <#{value}>", path)
end