Sha256: c259b6eba886ff17bf2d28b6aaedab671a1b5b242099f7c9941958af3a88b9d0

Contents?: true

Size: 214 Bytes

Versions: 3

Compression:

Stored size: 214 Bytes

Contents

module GreenEyeMonitor
  module Errors
    class Argument < StandardError; end
    class BadData < StandardError; end
    class TooShort < StandardError; end
    class NotImplemented < StandardError; end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
green_eye_monitor-0.0.3 lib/green_eye_monitor/errors.rb
green_eye_monitor-0.0.2 lib/green_eye_monitor/errors.rb
green_eye_monitor-0.0.1 lib/green_eye_monitor/errors.rb