Exception: Ffprober::FfprobeError

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

Instance Method Summary collapse

Constructor Details

#initialize(ff_err) ⇒ FfprobeError



21
22
23
# File 'lib/ffprober.rb', line 21

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