Exception: Riak::SearchError::IndexNonExistError

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) ⇒ IndexNonExistError

Returns a new instance of IndexNonExistError.



24
25
26
# File 'lib/riak/errors/search_error.rb', line 24

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