Exception: OsCtl::Repo::ImageNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- OsCtl::Repo::ImageNotFound
- Defined in:
- lib/osctl/repo/exceptions.rb
Instance Method Summary collapse
-
#initialize(image) ⇒ ImageNotFound
constructor
A new instance of ImageNotFound.
Constructor Details
#initialize(image) ⇒ ImageNotFound
Returns a new instance of ImageNotFound.
4 5 6 |
# File 'lib/osctl/repo/exceptions.rb', line 4 def initialize(image) super(image.to_s) end |