class ShopifyAPI::GraphQL::Tiny::RateLimitError

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/shopify_api/graphql/tiny.rb, line 30
def initialize(message, response)
  super(message)
  @response = response
end