Sha256: be3423e71501811e837c989af25c17b9e8e52dfe13d2c2c597946af3a936046a

Contents?: true

Size: 406 Bytes

Versions: 3

Compression:

Stored size: 406 Bytes

Contents

module ScreenRecorder
  # @since 1.0.0-beta5
  module Errors
    # @since 1.0.0-beta3
    class ApplicationNotFound < StandardError
      def message
        'expected application was not found by ffmpeg.'
      end
    end

    # @since 1.0.0-beta5
    class DependencyNotFound < StandardError
      def message
        'ffmpeg/ffprobe binary path not set or not found in ENV.'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
screen-recorder-1.7.0 lib/screen-recorder/errors.rb
screen-recorder-1.6.0 lib/screen-recorder/errors.rb
screen-recorder-1.5.0 lib/screen-recorder/errors.rb