Exception: ChefApply::Action::ConvergeTarget::CCRFailureMapper::RemoteChefRunFailedToResolveError
- Inherits:
- 
      ErrorNoStack
      
        - Object
- StandardError
- Error
- ErrorNoStack
- ChefApply::Action::ConvergeTarget::CCRFailureMapper::RemoteChefRunFailedToResolveError
 
- Defined in:
- lib/chef_apply/action/converge_target/ccr_failure_mapper.rb
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
- 
  
    
      #initialize(path)  ⇒ RemoteChefRunFailedToResolveError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RemoteChefRunFailedToResolveError. 
Constructor Details
#initialize(path) ⇒ RemoteChefRunFailedToResolveError
Returns a new instance of RemoteChefRunFailedToResolveError.
| 93 | # File 'lib/chef_apply/action/converge_target/ccr_failure_mapper.rb', line 93 def initialize(path); super("CHEFCCR001", path); end |