Exception: ChefApply::Action::PolicyfileInstallError
- Defined in:
- lib/chef_apply/action/generate_local_policy.rb
Instance Attribute Summary
Attributes inherited from Error
#decorate, #id, #params, #show_log, #show_stack
Instance Method Summary collapse
- 
  
    
      #initialize(cause_err)  ⇒ PolicyfileInstallError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PolicyfileInstallError. 
Constructor Details
#initialize(cause_err) ⇒ PolicyfileInstallError
Returns a new instance of PolicyfileInstallError.
| 58 | # File 'lib/chef_apply/action/generate_local_policy.rb', line 58 def initialize(cause_err); super("CHEFPOLICY001", cause_err.); end |