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

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