Exception: PackageNotInstalled

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/lace/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ PackageNotInstalled

Returns a new instance of PackageNotInstalled.



36
37
38
# File 'lib/lace/exceptions.rb', line 36

def initialize name
  super "Package #{name} is not installed"
end