Exception: Cauchy::Elastic::ElasticError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ ElasticError

Returns a new instance of ElasticError.



5
6
7
# File 'lib/cauchy/elastic/index.rb', line 5

def initialize(message = nil)
  super
end