Exception: FreshchatWhatsapp::Errors::RequestError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/freshchat_whatsapp/errors/request_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, response) ⇒ RequestError

Returns a new instance of RequestError.



8
9
10
11
12
# File 'lib/freshchat_whatsapp/errors/request_error.rb', line 8

def initialize(message, response)
  super message

  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



6
7
8
# File 'lib/freshchat_whatsapp/errors/request_error.rb', line 6

def response
  @response
end