Class: Dapp::Dimg::DockerRegistry::Error::Base

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

Direct Known Subclasses

ImageNotFound, ManifestInvalid

Instance Method Summary collapse

Methods included from Error::Mod::User

#user?

Constructor Details

#initialize(**net_status) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/dapp/dimg/docker_registry/error.rb', line 6

def initialize(**net_status)
  super(**net_status, context: :registry)
end