Exception: Gupshup::REST::GupshupError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gupshup-rb/framework/rest/error.rb

Direct Known Subclasses

RestError

Instance Method Summary collapse

Instance Method Details

#bodyObject

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