Exception: Puppet::Module::Plan::InvalidName
- Defined in:
- lib/puppet/module/plan.rb
Instance Attribute Summary
Attributes inherited from Error
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(name, msg) ⇒ InvalidName
constructor
A new instance of InvalidName.
Methods inherited from Error
Constructor Details
#initialize(name, msg) ⇒ InvalidName
Returns a new instance of InvalidName.
23 24 25 |
# File 'lib/puppet/module/plan.rb', line 23 def initialize(name, msg) super(msg, 'puppet.plans/invalid-name') end |