Exception: ChefApply::Action::InstallChef::ClientOutdated

Inherits:
ErrorNoLogs
  • Object
show all
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

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