Exception: Thumbo::FileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/thumbo/exceptions/file_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ FileNotFound

Returns a new instance of FileNotFound.



4
5
6
# File 'lib/thumbo/exceptions/file_not_found.rb', line 4

def initialize filename
  super("Thumbo: File `#{filename}' was not found.")
end