Exception: Gupshup::REST::GupshupError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gupshup_whatsapp/framework/error.rb

Direct Known Subclasses

RestError

Instance Method Summary collapse

Instance Method Details

#bodyObject

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