class ROM::Elasticsearch::SearchError

@api private

Attributes

query[R]

Public Class Methods

new(wrapped_error, query) click to toggle source
Calls superclass method ROM::Elasticsearch::Error::new
# File lib/rom/elasticsearch/errors.rb, line 19
def initialize(wrapped_error, query)
  super(wrapped_error)
  @query = query
end