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.



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

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