class Stretcher::RequestError

Raised when the underlying http status of an operation != 200

Attributes

http_response[R]

Public Class Methods

new(http_response) click to toggle source
# File lib/stretcher/request_error.rb, line 6
def initialize(http_response)
  @http_response = http_response
end