class BFS::FileNotFound
Attributes
path[R]
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/bfs/errors.rb, line 5 def initialize(path) @path = path super "File not found: #{path}" end