Exception: ScreenRecorder::Errors::ApplicationNotFound

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

Overview

Since:

  • 1.0.0-beta3

Instance Method Summary collapse

Instance Method Details

#messageObject

Since:

  • 1.0.0-beta3



6
7
8
# File 'lib/screen-recorder/errors.rb', line 6

def message
  'expected application was not found by ffmpeg.'
end