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.



54
55
56
# File 'lib/chef-dk/exceptions.rb', line 54

def initialize()
  super("Can not find omnibus installation directory for Chef.")
end