Exception: ChefApply::CLI::PolicyfileInstallError
- Defined in:
- lib/chef_apply/cli.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.
467 |
# File 'lib/chef_apply/cli.rb', line 467 def initialize(cause_err); super("CHEFPOLICY001", cause_err.); end |