Exception: Twilito::SendError
- Inherits:
-
StandardError
- Object
- StandardError
- Twilito::SendError
- Defined in:
- lib/twilito/send_error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ SendError
constructor
A new instance of SendError.
Constructor Details
#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 |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/twilito/send_error.rb', line 5 def response @response end |