class Shopify::ErroringResponse

Overview

Decorates the HTTP::Client::Response and provides raised exceptions when the response status_code is not successful.

Defined in:

shopify/erroring_response.cr

Constructors

Macro Summary

Constructor Detail

def self.new(response : HTTP::Client::Response) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]