Exception: OsCtl::Repo::FormatNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(image, format) ⇒ FormatNotFound

Returns a new instance of FormatNotFound.



10
11
12
# File 'lib/osctl/repo/exceptions.rb', line 10

def initialize(image, format)
  super("#{image}: #{format}")
end