Exception: Elasticsearch::UnsupportedProductError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/elasticsearch.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = NOT_ELASTICSEARCH_WARNING) ⇒ UnsupportedProductError

Returns a new instance of UnsupportedProductError.



98
99
100
# File 'lib/elasticsearch.rb', line 98

def initialize(message = NOT_ELASTICSEARCH_WARNING)
  super(message)
end