summaryrefslogtreecommitdiff
path: root/lib/logger/errors.rb
blob: 88581793f0d94124dd0f7b23183ab571322ecd49 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class Logger
  # not used after 1.2.7. just for compat.
  class Error < RuntimeError # :nodoc:
  end
  class ShiftingError < Error # :nodoc:
  end
end