Exception: ChefDK::OmnibusInstallNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- ChefDK::OmnibusInstallNotFound
- Defined in:
- lib/chef-dk/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ OmnibusInstallNotFound
constructor
A new instance of OmnibusInstallNotFound.
Constructor Details
#initialize ⇒ OmnibusInstallNotFound
Returns a new instance of OmnibusInstallNotFound.
56 57 58 |
# File 'lib/chef-dk/exceptions.rb', line 56 def initialize super("Can not find omnibus installation directory for #{ChefDK::Dist::PRODUCT}.") end |