class ChefApply::Action::PolicyfileInstallError
Public Class Methods
new(cause_err)
click to toggle source
Calls superclass method
ChefApply::Error::new
# File lib/chef_apply/action/generate_local_policy.rb, line 58 def initialize(cause_err); super("CHEFPOLICY001", cause_err.message); end