Exception: ChefCLI::OmnibusInstallNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef-cli/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeOmnibusInstallNotFound

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