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

Inherits:
ModuleToolError show all
Defined in:
lib/puppet/module_tool/errors/upgrader.rb

Instance Attribute Summary

Attributes inherited from Error

#original

Instance Method Summary collapse

Methods inherited from ModuleToolError

#v, #vstring

Constructor Details

#initialize(msg) ⇒ UpgradeError

Returns a new instance of UpgradeError.



4
5
6
7
# File 'lib/puppet/module_tool/errors/upgrader.rb', line 4

def initialize(msg)
  @action = :upgrade
  super
end