AlkantarClanX12

Your IP : 18.119.167.189


Current Path : /opt/alt/ruby27/share/ruby/logger/
Upload File :
Current 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