class RegistryApiClient::HTTP::ResponseError
Attributes
response[RW]
Public Class Methods
new(message, response)
click to toggle source
Calls superclass method
# File lib/docker_cake/registry_api_client.rb, line 401 def initialize(message, response) super(message) @response = response end