Exception: Riak::SearchError::IndexArgumentError
- Inherits:
-
Riak::SearchError
- Object
- StandardError
- Error
- Riak::SearchError
- Riak::SearchError::IndexArgumentError
- Defined in:
- lib/riak/errors/search_error.rb
Instance Method Summary collapse
-
#initialize(index) ⇒ IndexArgumentError
constructor
A new instance of IndexArgumentError.
Methods included from Util::Translation
Constructor Details
#initialize(index) ⇒ IndexArgumentError
Returns a new instance of IndexArgumentError.
18 19 20 |
# File 'lib/riak/errors/search_error.rb', line 18 def initialize(index) super t('search.index_argument_error', index: index) end |