Exception: ChefDK::OmnibusInstallNotFound

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

Instance Method Summary collapse

Constructor Details

#initializeOmnibusInstallNotFound

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