class OpenSearch::UnsupportedProductError

Public Class Methods

new(message = NOT_SUPPORTED_WARNING) click to toggle source
Calls superclass method
# File lib/opensearch.rb, line 97
def initialize(message = NOT_SUPPORTED_WARNING)
  super(message)
end