Exception: Bolt::PAL::YamlPlan::Transpiler::ConvertError

Inherits:
Error
  • Object
show all
Defined in:
lib/bolt/pal/yaml_plan/transpiler.rb

Instance Attribute Summary

Attributes inherited from Error

#details, #error_code, #issue_code, #kind

Instance Method Summary collapse

Methods inherited from Error

#add_filelineno, #msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task

Constructor Details

#initialize(msg, plan_path) ⇒ ConvertError

Returns a new instance of ConvertError.



12
13
14
# File 'lib/bolt/pal/yaml_plan/transpiler.rb', line 12

def initialize(msg, plan_path)
  super(msg, 'bolt/convert-error', { "plan_path" => plan_path })
end