class Elasticsearch::UnsupportedProductError
Public Class Methods
new(message = NOT_ELASTICSEARCH_WARNING)
click to toggle source
Calls superclass method
# File lib/elasticsearch.rb, line 97 def initialize(message = NOT_ELASTICSEARCH_WARNING) super(message) end