Exception: FFMPEG::MediaNotFound
- Defined in:
- lib/ffmpeg/errors.rb
Overview
Raised when media file is not found or inaccessible
Instance Method Summary collapse
-
#initialize(path) ⇒ MediaNotFound
constructor
A new instance of MediaNotFound.
Constructor Details
#initialize(path) ⇒ MediaNotFound
Returns a new instance of MediaNotFound.
23 24 25 |
# File 'lib/ffmpeg/errors.rb', line 23 def initialize(path) super("Media file not found: #{path}") end |