Exception: Uberinstaller::Exception::MissingLocalPackage

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

Overview

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

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) ⇒ MissingLocalPackage

Returns a new instance of MissingLocalPackage.



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

def initialize(name)
  super "#{name} :pkg seems not to be a valid local package", false
end