Class: Bolt::PuppetDBError
- Inherits:
-
Error
- Object
- Error
- Bolt::PuppetDBError
- Defined in:
- lib/bolt/puppetdb.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg) ⇒ PuppetDBError
constructor
A new instance of PuppetDBError.
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 |