Exception: ChefApply::Action::InstallChef::ClientOutdated
- Inherits:
-
ErrorNoLogs
- Object
- StandardError
- Error
- ErrorNoLogs
- ChefApply::Action::InstallChef::ClientOutdated
- 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(current_version, target_version) ⇒ ClientOutdated
constructor
A new instance of ClientOutdated.
Constructor Details
#initialize(current_version, target_version) ⇒ ClientOutdated
133 134 135 |
# File 'lib/chef_apply/action/install_chef/base.rb', line 133 def initialize(current_version, target_version) super("CHEFINS003", current_version, target_version) end |