class Uberinstaller::Exception::InvalidLocalPackage
When package with :type => :local :pkg is not valid
Public Class Methods
new(name)
click to toggle source
Calls superclass method
Uberinstaller::Exception::Exception::new
# File lib/uberinstaller/exceptions/invalid_local_package.rb, line 7 def initialize(name) super "#{name} :pkg seems not to be a valid local package", false end