2019-03-21 12:14:14 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-12-11 22:08:35 -05:00
|
|
|
class Logger
|
2022-05-12 08:27:52 -04:00
|
|
|
# not used after 1.2.7. just for compat.
|
2018-12-11 22:08:35 -05:00
|
|
|
class Error < RuntimeError # :nodoc:
|
|
|
|
end
|
|
|
|
class ShiftingError < Error # :nodoc:
|
|
|
|
end
|
|
|
|
end
|