Exception: PPtxt::Error::FileNotFound
- Inherits:
-
PPtxt::Error
- Object
- RuntimeError
- PPtxt::Error
- PPtxt::Error::FileNotFound
- Defined in:
- lib/pptxt/error/file_not_found.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(file) ⇒ FileNotFound
Returns a new instance of FileNotFound.
2 3 4 |
# File 'lib/pptxt/error/file_not_found.rb', line 2 def initialize(file) super("File not found: #{file}") end |