Exception: PackageFactsNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/lace/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ PackageFactsNotFound

Returns a new instance of PackageFactsNotFound.



50
51
52
# File 'lib/lace/exceptions.rb', line 50

def initialize path
  super "No PackageFacts found in #{path}"
end