class LeapCli::FileMissing

Attributes

options[RW]
path[RW]

Public Class Methods

new(path, options={}) click to toggle source
# File lib/leap_cli/exceptions.rb, line 16
def initialize(path, options={})
  @path = path
  @options = options
end

Public Instance Methods

to_s() click to toggle source
# File lib/leap_cli/exceptions.rb, line 20
def to_s
  @path
end