AlkantarClanX12

Your IP : 18.219.207.11


Current Path : /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/logger/
Upload File :
Current File : //opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/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