class Uberinstaller::Exception::InvalidPackage
When package with :type => system has no :pkg specified
Public Class Methods
new(name)
click to toggle source
Calls superclass method
Uberinstaller::Exception::Exception::new
# File lib/uberinstaller/exceptions/invalid_package.rb, line 7 def initialize(name) super "#{name} has a system installation but invalid :pkg is specified, skipping", false end