Exception: Riak::SearchError::IndexArgumentError

Inherits:
Riak::SearchError show all
Defined in:
lib/riak/errors/search_error.rb

Instance Method Summary collapse

Methods included from Util::Translation

#i18n_scope, #t

Constructor Details

#initialize(index) ⇒ IndexArgumentError

Returns a new instance of IndexArgumentError.



32
33
34
# File 'lib/riak/errors/search_error.rb', line 32

def initialize(index)
  super t('search.index_argument_error', index: index)
end