95 96 97 98
# File 'lib/coinbase_commerce_client/api_errors.rb', line 95 def self.general_api_error(status, body) APIError.new("Invalid response object from API: #{body.inspect} " \ "(HTTP response code: #{status} http_body: #{body}") end