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