Exception: Uberinstaller::Exception::InvalidPackage

Inherits:
Exception
  • Object
show all
Defined in:
lib/uberinstaller/exceptions/invalid_package.rb

Overview

When package with :type => system has no :pkg specified

Instance Attribute Summary

Attributes inherited from Exception

#parent

Instance Method Summary collapse

Methods included from Loggable

configure_logger_for, #logger, logger_for

Constructor Details

#initialize(name) ⇒ InvalidPackage

Returns a new instance of InvalidPackage.



8
9
10
# File 'lib/uberinstaller/exceptions/invalid_package.rb', line 8

def initialize(name)
  super "#{name} has a system installation but invalid :pkg is specified, skipping", false
end