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

- old
+ new

@@ -1,14 +1,12 @@ # frozen_string_literal: true module Kobot - class KotRecordError < StandardError end class KotClockInError < StandardError end class KotClockOutError < StandardError end - end