class ScreenRecorder::Errors::DependencyNotFound

@since 1.0.0-beta5

Public Instance Methods

message() click to toggle source
# File lib/screen-recorder/errors.rb, line 13
def message
  'ffmpeg/ffprobe binary path not set or not found in ENV.'
end