class ARI::ServerError

handle 5xx response

Public Class Methods

new(response_body, error_info) click to toggle source
# File lib/ari/errors.rb, line 29
def initialize(response_body, error_info)
  @response_body = response_body
  @error_info = error_info
end