Exception: FilterRename::FileNotFound

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

Instance Method Summary collapse

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