Exception: Ffprober::FfprobeError

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

Instance Method Summary collapse

Constructor Details

#initialize(ff_err) ⇒ FfprobeError

Returns a new instance of FfprobeError.



13
14
15
# File 'lib/ffprober.rb', line 13

def initialize(ff_err)
  super("Ffprobe responded with: #{ff_err[:string]} (#{ff_err[:code]})")
end