Exception: FilterRename::FileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/filter_rename/utils.rb

Overview

File not found error.

Instance Method Summary collapse

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