class PackageFactsNotFound

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/lace/exceptions.rb, line 50
def initialize path
  super "No PackageFacts found in #{path}"
end