Exception: Puppet::Module::Task::InvalidFile

Inherits:
Error show all
Defined in:
lib/puppet/module/task.rb

Instance Attribute Summary

Attributes inherited from Error

#details, #kind

Attributes inherited from Error

#original

Instance Method Summary collapse

Methods inherited from Error

#to_h

Constructor Details

#initialize(msg) ⇒ InvalidFile

Returns a new instance of InvalidFile.



30
31
32
# File 'lib/puppet/module/task.rb', line 30

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