Method: Puppet::Module::Plan::InvalidFile#initialize

Defined in:
lib/puppet/module/plan.rb

#initialize(msg) ⇒ InvalidFile

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of InvalidFile.



32
33
34
# File 'lib/puppet/module/plan.rb', line 32

def initialize(msg)
  super(msg, 'puppet.plans/invalid-file')
end