Class: Dapp::Dimg::DockerRegistry::Error::ImageNotFound

Inherits:
Base show all
Defined in:
lib/dapp/dimg/docker_registry/error.rb

Instance Method Summary collapse

Methods included from Error::Mod::User

#user?

Constructor Details

#initialize(url, registry) ⇒ ImageNotFound

Returns a new instance of ImageNotFound.



18
19
20
# File 'lib/dapp/dimg/docker_registry/error.rb', line 18

def initialize(url, registry)
  super(code: :page_not_found, data: { url: url, registry: registry })
end