Exception: Gupshup::REST::GupshupError
- Inherits:
-
StandardError
- Object
- StandardError
- Gupshup::REST::GupshupError
- Defined in:
- lib/gupshup-rb/framework/rest/error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#body ⇒ Object
deprecated
Deprecated.
all errors that have a body are now ‘Gupshup::RestError’s
Instance Method Details
#body ⇒ Object
Deprecated.
all errors that have a body are now ‘Gupshup::RestError’s
7 8 9 10 |
# File 'lib/gupshup-rb/framework/rest/error.rb', line 7 def body warn "'Gupshup::REST::GupshupError#body' has been deprecated. No 'GupshupError' objects are raised with a body." nil end |