class PackageFactsNotFound
Public Class Methods
Source
# File lib/lace/exceptions.rb, line 50 def initialize path super "No PackageFacts found in #{path}" end
Calls superclass method
# File lib/lace/exceptions.rb, line 50 def initialize path super "No PackageFacts found in #{path}" end