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