Method: Bolt::PuppetfileError#initialize

Defined in:
lib/bolt/error.rb

#initialize(err) ⇒ PuppetfileError

Returns a new instance of PuppetfileError.



98
99
100
# File 'lib/bolt/error.rb', line 98

def initialize(err)
  super("Failed to sync modules from the Puppetfile: #{err}", 'bolt/puppetfile-error')
end