Method: Puppet::ModuleTool::Errors::UpgradeError#initialize

Defined in:
lib/puppet/module_tool/errors/upgrader.rb

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



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

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