Exception: Puppet::ModuleTool::Errors::UpgradeError Private

Inherits:
ModuleToolError show all
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.

Instance Attribute Summary

Attributes inherited from Error

#original

Instance Method Summary collapse

Methods inherited from ModuleToolError

#v, #vstring

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