Exception: Abrizer::FfprobeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/abrizer/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeFfprobeError

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