Exception: Droonga::Catalog::SmallerThanOne
- Inherits:
-
LegacyValidationError
- Object
- StandardError
- Error
- LegacyValidationError
- Droonga::Catalog::SmallerThanOne
- Defined in:
- lib/droonga/catalog/errors.rb
Instance Method Summary collapse
-
#initialize(name, actual, path) ⇒ SmallerThanOne
constructor
A new instance of SmallerThanOne.
Constructor Details
#initialize(name, actual, path) ⇒ SmallerThanOne
Returns a new instance of SmallerThanOne.
84 85 86 |
# File 'lib/droonga/catalog/errors.rb', line 84 def initialize(name, actual, path) super("[#{name}] A number 1 or larger is expected, but <#{actual}>", path) end |