Method: BFS::FileNotFound#initialize
- Defined in:
- lib/bfs/errors.rb
#initialize(path) ⇒ FileNotFound
Returns a new instance of FileNotFound.
5 6 7 8 |
# File 'lib/bfs/errors.rb', line 5 def initialize(path) @path = path super "File not found: #{path}" end |