summaryrefslogtreecommitdiff
path: root/lib/logger/errors.rb
blob: 8095acc9c83ce8da3a37961a0042b22916e48785 (plain)
1
2
3
4
5
6
7
# not used after 1.2.7. just for compat.
class Logger
  class Error < RuntimeError # :nodoc:
  end
  class ShiftingError < Error # :nodoc:
  end
end