Exception: Elasticsearch::UnsupportedProductError
- Inherits:
-
StandardError
- Object
- StandardError
- Elasticsearch::UnsupportedProductError
- Defined in:
- lib/elasticsearch.rb
Overview
Error class for when we detect an unsupported version of Elasticsearch
Instance Method Summary collapse
-
#initialize(message = NOT_ELASTICSEARCH_WARNING) ⇒ UnsupportedProductError
constructor
A new instance of UnsupportedProductError.
Constructor Details
#initialize(message = NOT_ELASTICSEARCH_WARNING) ⇒ UnsupportedProductError
Returns a new instance of UnsupportedProductError.
184 185 186 |
# File 'lib/elasticsearch.rb', line 184 def initialize( = NOT_ELASTICSEARCH_WARNING) super() end |