class PackageAlreadyInstalled
Public Class Methods
new(location)
click to toggle source
Calls superclass method
# File lib/lace/exceptions.rb, line 24 def initialize location super "Package already installed at #{location}" end