Exception: Droonga::Catalog::LegacyValidationError
- Defined in:
- lib/droonga/catalog/errors.rb
Direct Known Subclasses
FarmNotZoned, InvalidDate, MismatchedParameterType, MissingRequiredParameter, NegativeNumber, SmallerThanOne, UnknownFarmForPartition, UnknownFarmInZones, UnsupportedValue
Instance Method Summary collapse
-
#initialize(message, path) ⇒ LegacyValidationError
constructor
A new instance of LegacyValidationError.
Constructor Details
#initialize(message, path) ⇒ LegacyValidationError
Returns a new instance of LegacyValidationError.
40 41 42 43 44 45 46 |
# File 'lib/droonga/catalog/errors.rb', line 40 def initialize(, path) if path super("[Validation Error <#{path}>]#{}") else super() end end |