Exception: ScreenRecorder::Errors::DependencyNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/screen-recorder/errors.rb

Overview

Since:

  • 1.0.0-beta5

Instance Method Summary collapse

Instance Method Details

#messageObject

Since:

  • 1.0.0-beta5



13
14
15
# File 'lib/screen-recorder/errors.rb', line 13

def message
  'ffmpeg/ffprobe binary path not set or not found in ENV.'
end