class Alexa::ResponseError

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/alexa/exceptions.rb, line 12
def initialize(message, response)
  @response = response
  super(message)
end