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

- old
+ new

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