Exception: FilterRename::FileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- FilterRename::FileNotFound
- Defined in:
- lib/filter_rename/utils.rb
Overview
File not found error.
Instance Method Summary collapse
-
#initialize(filename) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(filename) ⇒ FileNotFound
Returns a new instance of FileNotFound.
447 448 449 |
# File 'lib/filter_rename/utils.rb', line 447 def initialize(filename) super("File not found: #{filename}") end |