class Riak::SearchError::IndexNonExistError

Public Class Methods

new(index) click to toggle source
Calls superclass method
# File lib/riak/errors/search_error.rb, line 24
def initialize(index)
  super t('search.index_non_exist', index: index)
end