class Omnibus::NoPackageMetadataFile
Public Class Methods
new(package_metadata_path)
click to toggle source
# File lib/omnibus/exceptions.rb, line 50 def initialize(package_metadata_path) @package_metadata_path = package_metadata_path end
Public Instance Methods
to_s()
click to toggle source
# File lib/omnibus/exceptions.rb, line 54 def to_s """ Cannot locate or access the package metadata file at the given path: #{@package_metadata_path} """ end