Sha256: 4fdc2881a54f3cb3cf0631cc4ae692723e40c6de291b69b664848e3b7744747f

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 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 binary path not set or not found in ENV.'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
screen-recorder-1.4.0 lib/screen-recorder/errors.rb