Exception: ChefApply::Action::InstallChef::MinimumChefVersion::ClientNotInstalled
- Inherits:
- 
      ErrorNoLogs
      
        - Object
- StandardError
- Error
- ErrorNoLogs
- ChefApply::Action::InstallChef::MinimumChefVersion::ClientNotInstalled
 
- Defined in:
- lib/chef_apply/action/install_chef/minimum_chef_version.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.
| 81 | # File 'lib/chef_apply/action/install_chef/minimum_chef_version.rb', line 81 def initialize(); super("CHEFINS002"); end |