Method: Puppet::Module::Task::InvalidFile#initialize
- Defined in:
- lib/puppet/module/task.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.
33 34 35 |
# File 'lib/puppet/module/task.rb', line 33 def initialize(msg) super(msg, 'puppet.tasks/invalid-file') end |