Exception: ChefApply::Action::InstallChef::ClientNotInstalled
- Inherits:
-
ErrorNoLogs
- Object
- StandardError
- Error
- ErrorNoLogs
- ChefApply::Action::InstallChef::ClientNotInstalled
- Defined in:
- lib/chef_apply/action/install_chef/base.rb
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
-
#initialize ⇒ ClientNotInstalled
constructor
A new instance of ClientNotInstalled.
Constructor Details
#initialize ⇒ ClientNotInstalled
Returns a new instance of ClientNotInstalled.
145 |
# File 'lib/chef_apply/action/install_chef/base.rb', line 145 def initialize(); super("CHEFINS002"); end |