Exception: Puppet::ModuleTool::Errors::UpgradeError Private
- Inherits:
-
ModuleToolError
- Object
- RuntimeError
- Error
- ModuleToolError
- Puppet::ModuleTool::Errors::UpgradeError
- Defined in:
- lib/puppet/module_tool/errors/upgrader.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.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(msg) ⇒ UpgradeError
constructor
private
A new instance of UpgradeError.
Methods inherited from ModuleToolError
Constructor Details
#initialize(msg) ⇒ UpgradeError
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 UpgradeError.
5 6 7 8 |
# File 'lib/puppet/module_tool/errors/upgrader.rb', line 5 def initialize(msg) @action = :upgrade super end |