Exception: Bolt::ParseError
Instance Attribute Summary
Attributes inherited from Error
#details, #error_code, #issue_code, #kind
Instance Method Summary collapse
- 
  
    
      #initialize(msg)  ⇒ ParseError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ParseError. 
Methods inherited from Error
#add_filelineno, #msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task
Constructor Details
#initialize(msg) ⇒ ParseError
Returns a new instance of ParseError.
| 149 150 151 | # File 'lib/bolt/error.rb', line 149 def initialize(msg) super(msg, 'bolt/parse-error') end |