Exception: Cauchy::Elastic::IndexAlreadyExistsError

Inherits:
ElasticError
  • Object
show all
Defined in:
lib/cauchy/elastic/index.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ IndexAlreadyExistsError

Returns a new instance of IndexAlreadyExistsError.



11
12
13
# File 'lib/cauchy/elastic/index.rb', line 11

def initialize(name)
  super("Index \"#{name}\" already exists")
end