Exception: Puppet::Module::Plan::InvalidName Private

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

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

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(name, msg) ⇒ InvalidName

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 InvalidName.



26
27
28
# File 'lib/puppet/module/plan.rb', line 26

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