Exception: Riak::SearchError::SchemaExistsError

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(name) ⇒ SchemaExistsError

Returns a new instance of SchemaExistsError.



26
27
28
# File 'lib/riak/errors/search_error.rb', line 26

def initialize(name)
  super t('search.schema_exists', name: name)
end