class Ffprober::FfprobeError
Public Class Methods
new(ff_err)
click to toggle source
Calls superclass method
# File lib/ffprober.rb, line 22 def initialize(ff_err) super("Ffprobe responded with: #{ff_err[:string]} (#{ff_err[:code]})") end