Class: ChefCore::Actions::InstallChef::MinimumChefVersion::Client14Outdated

Inherits:
Error
  • Object
show all
Defined in:
lib/chef_core/actions/install_chef/minimum_chef_version.rb

Instance Method Summary collapse

Constructor Details

#initialize(current_version, target_version) ⇒ Client14Outdated

Returns a new instance of Client14Outdated.



79
80
81
# File 'lib/chef_core/actions/install_chef/minimum_chef_version.rb', line 79

def initialize(current_version, target_version)
  super("CHEFINS004", current_version, target_version)
end