Exception: Gupshup::REST::GupshupError
- Inherits:
-
StandardError
- Object
- StandardError
- Gupshup::REST::GupshupError
- Defined in:
- lib/gupshup_whatsapp/framework/error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#body ⇒ Object
deprecated
Deprecated.
all errors that have a body are now ‘Twilio::RestError’s
Instance Method Details
#body ⇒ Object
Deprecated.
all errors that have a body are now ‘Twilio::RestError’s
8 9 10 11 |
# File 'lib/gupshup_whatsapp/framework/error.rb', line 8 def body warn 'Gupshup error handling' nil end |