mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
7 lines
151 B
Ruby
7 lines
151 B
Ruby
class Logger
|
|
class Error < RuntimeError # :nodoc:
|
|
end
|
|
# not used after 1.2.7. just for compat.
|
|
class ShiftingError < Error # :nodoc:
|
|
end
|
|
end
|