Exception: OsCtl::Repo::ImageNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/osctl/repo/exceptions.rb

Instance Method Summary collapse

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