class Riak::SearchError::IndexExistsError

Public Class Methods

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