Exception: ChefApply::Action::PolicyfileInstallError

Inherits:
Error
  • Object
show all
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

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.message); end