class Twilito::SendError
Attributes
response[R]
Public Class Methods
new(message, response)
click to toggle source
Calls superclass method
# File lib/twilito/send_error.rb, line 7 def initialize(message, response) @response = response super(message) end