Class: Bolt::PuppetDBError

Inherits:
Error
  • Object
show all
Defined in:
lib/bolt/puppetdb.rb

Direct Known Subclasses

PuppetDBFailoverError

Instance Method Summary collapse

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