Exception: Abrizer::FfprobeError
- Inherits:
-
StandardError
- Object
- StandardError
- Abrizer::FfprobeError
- Defined in:
- lib/abrizer/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ FfprobeError
constructor
A new instance of FfprobeError.
Constructor Details
#initialize ⇒ FfprobeError
Returns a new instance of FfprobeError.
13 14 15 16 |
# File 'lib/abrizer/errors.rb', line 13 def initialize msg = "Unable to find file to run ffprobe on or unable to read in ffprobe.json file." super(msg) end |