class Uberinstaller::Exception::MissingLocalPackage

When package with :type => :local has no :pkg attribute

Public Class Methods

new(name) click to toggle source
# File lib/uberinstaller/exceptions/missing_local_package.rb, line 7
def initialize(name)
  super "#{name} :pkg seems not to be a valid local package", false
end