Sha256: 01884a3f3a1b5e7c36a576271c86fbcf0530061b8105f384d37860500e8a979b
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true module Kobot 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.2 | lib/kobot/exception.rb |