class PackageAlreadyInstalled
Public Class Methods
Source
# File lib/lace/exceptions.rb, line 24 def initialize location super "Package already installed at #{location}" end
Calls superclass method
# File lib/lace/exceptions.rb, line 24 def initialize location super "Package already installed at #{location}" end