Sha256: 5220df660e9ddb5416360e2859320035dc9a25fe690d5151101b2db4e9b05aca
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
module ScreenRecorder # @since 1.0.0-beta5 module Errors # @since 1.0.0-beta3 class ApplicationNotFound < StandardError; end # @since 1.0.0-beta5 class DependencyNotFound < StandardError; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
screen-recorder-1.3.0 | lib/screen-recorder/errors.rb |
screen-recorder-1.2.0 | lib/screen-recorder/errors.rb |
screen-recorder-1.0.0 | lib/screen-recorder/errors.rb |