Sha256: 119946a1b387f4d98c04b364e763524b0d4f9ebbd35e632803bb9793db6adc72
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Kobot class KotRecordError < StandardError end class KotClockInError < StandardError end class KotClockOutError < StandardError end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
kobot-1.2.1 | lib/kobot/exception.rb |
kobot-1.2.0 | lib/kobot/exception.rb |
kobot-1.1.0 | lib/kobot/exception.rb |
kobot-1.0.0 | lib/kobot/exception.rb |