2019-03-21 19:14:14 +03:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2019-03-18 15:02:02 +03:00
|
|
|
# not used after 1.2.7. just for compat.
|
2018-12-12 06:08:35 +03:00
|
|
|
class Logger
|
|
|
|
class Error < RuntimeError # :nodoc:
|
|
|
|
end
|
|
|
|
class ShiftingError < Error # :nodoc:
|
|
|
|
end
|
|
|
|
end
|