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