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