Exception: PackageAlreadyInstalled

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

Instance Method Summary collapse

Constructor Details

#initialize(location) ⇒ PackageAlreadyInstalled

Returns a new instance of PackageAlreadyInstalled.



24
25
26
# File 'lib/lace/exceptions.rb', line 24

def initialize location
  super "Package already installed at #{location}"
end