class PackageNotInstalled
Public Class Methods
Source
# File lib/lace/exceptions.rb, line 36 def initialize name super "Package #{name} is not installed" end
Calls superclass method
# File lib/lace/exceptions.rb, line 36 def initialize name super "Package #{name} is not installed" end