class Jelastic::RequestError

Attributes

response[R]

Public Class Methods

new(what, response) click to toggle source
Calls superclass method
# File lib/jelastic/request_error.rb, line 5
def initialize(what, response)
  super(what)

  @response = response
end