Method: Twilito::SendError#initialize
- Defined in:
- lib/twilito/send_error.rb
#initialize(message, response) ⇒ SendError
Returns a new instance of SendError.
7 8 9 10 |
# File 'lib/twilito/send_error.rb', line 7 def initialize(, response) @response = response super() end |