Class: Dapp::Dimg::DockerRegistry::Error::ImageNotFound
- Inherits:
-
Base
- Object
- NetStatus::Exception
- Error::Base
- Error::Default
- Error::Default
- Error::Registry
- Base
- Dapp::Dimg::DockerRegistry::Error::ImageNotFound
- Defined in:
- lib/dapp/dimg/docker_registry/error.rb
Instance Method Summary collapse
-
#initialize(url, registry) ⇒ ImageNotFound
constructor
A new instance of ImageNotFound.
Methods included from Error::Mod::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 |