Exception: Bolt::PuppetDBError
- Defined in:
- lib/bolt/puppetdb.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Error
#details, #error_code, #issue_code, #kind
Instance Method Summary collapse
-
#initialize(msg) ⇒ PuppetDBError
constructor
A new instance of PuppetDBError.
Methods inherited from Error
#msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task
Constructor Details
#initialize(msg) ⇒ PuppetDBError
Returns a new instance of PuppetDBError.
9 10 11 |
# File 'lib/bolt/puppetdb.rb', line 9 def initialize(msg) super(msg, "bolt/puppetdb-error") end |