Exception: Thumbo::FileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Thumbo::FileNotFound
- Defined in:
- lib/thumbo/exceptions/file_not_found.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.
4 5 6 |
# File 'lib/thumbo/exceptions/file_not_found.rb', line 4 def initialize filename super("Thumbo: File `#{filename}' was not found.") end |