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