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