Your IP : 3.17.173.208


Current Path : /proc/self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby30/share/ruby/logger/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby30/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

?>