Exception: PackageAlreadyInstalled

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

Instance Method Summary collapse

Constructor Details

#initializePackageAlreadyInstalled

Returns a new instance of PackageAlreadyInstalled.



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

def initialize
  super "Package already installed"
end