Sha256: 5e7fd28b45a341c9a437e4db745f811286baeb04137043fffdb8a7b96f936fe2
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module Kobot class KotSkip < StandardError end class KotRecordError < StandardError end class KotClockInError < StandardError end class KotClockOutError < StandardError end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kobot-1.2.3 | lib/kobot/exception.rb |