HEX
Server: LiteSpeed
System: Linux sng116.arandomserver.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: cvsuperagro (13450)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //opt/alt/ruby27/share/ruby/logger/errors.rb
# 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