class Abrizer::FfprobeError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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