Exception: Bolt::ApplyError
Instance Attribute Summary
Attributes inherited from Error
#details, #error_code, #issue_code, #kind
Instance Method Summary collapse
-
#initialize(target) ⇒ ApplyError
constructor
A new instance of ApplyError.
Methods inherited from Error
#msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task
Constructor Details
#initialize(target) ⇒ ApplyError
Returns a new instance of ApplyError.
104 105 106 |
# File 'lib/bolt/error.rb', line 104 def initialize(target) super("Apply failed to compile for #{target}", 'bolt/apply-error') end |