Exception: Reach::REST::ReachError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/reach-ruby/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 ‘Reach::RestError’s



7
8
9
10
# File 'lib/reach-ruby/framework/rest/error.rb', line 7

def body
  warn "'Reach::REST::ReachError#body' has been deprecated. No 'ReachError' objects are raised with a body."
  nil
end