Exception: OsCtl::Repo::FormatNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- OsCtl::Repo::FormatNotFound
- Defined in:
- lib/osctl/repo/exceptions.rb
Instance Method Summary collapse
-
#initialize(image, format) ⇒ FormatNotFound
constructor
A new instance of FormatNotFound.
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 |