class ShopifyClient::Error::ServerError

Public Class Methods

from_response(response) click to toggle source
# File lib/shopify_client/error/server_error.rb, line 8
def self.from_response(response)
  new "Server Error", response[:status]
end