# frozen_string_literal: true module Kobot class KotSkip < StandardError end class KotRecordError < StandardError end class KotClockInError < StandardError end class KotClockOutError < StandardError end end