class ChefApply::Action::ConvergeTarget::CCRFailureMapper::RemoteChefRunFailedToResolveError
Public Class Methods
new(path)
click to toggle source
Calls superclass method
ChefApply::ErrorNoStack::new
# File lib/chef_apply/action/converge_target/ccr_failure_mapper.rb, line 93 def initialize(path); super("CHEFCCR001", path); end