Exception: Droonga::Catalog::FarmNotZoned

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

Instance Method Summary collapse

Constructor Details

#initialize(name, zones, path) ⇒ FarmNotZoned

Returns a new instance of FarmNotZoned.



90
91
92
# File 'lib/droonga/catalog/errors.rb', line 90

def initialize(name, zones, path)
  super("The farm does not appear in zones: <#{name}>, zones=<#{zones}>", path)
end