Exception: FFMPEG::MediaNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/ffmpeg/errors.rb

Overview

Raised when media file is not found or inaccessible

Instance Method Summary collapse

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