Exception: ChefApply::TargetHost::UnsupportedTargetOS
- Inherits:
- 
      ErrorNoLogs
      
        - Object
- StandardError
- Error
- ErrorNoLogs
- ChefApply::TargetHost::UnsupportedTargetOS
 
- Defined in:
- lib/chef_apply/target_host.rb
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
- 
  
    
      #initialize(os_name)  ⇒ UnsupportedTargetOS 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UnsupportedTargetOS. 
Constructor Details
#initialize(os_name) ⇒ UnsupportedTargetOS
Returns a new instance of UnsupportedTargetOS.
| 344 | # File 'lib/chef_apply/target_host.rb', line 344 def initialize(os_name); super("CHEFTARG001", os_name); end |