lib/kobot/exception.rb in kobot-1.2.2 vs lib/kobot/exception.rb in kobot-1.2.3

- old
+ new

@@ -1,7 +1,10 @@ # frozen_string_literal: true module Kobot + class KotSkip < StandardError + end + class KotRecordError < StandardError end class KotClockInError < StandardError end