Current Path : /opt/alt/ruby33/share/ruby/logger/ |
Current File : //opt/alt/ruby33/share/ruby/logger/errors.rb |
# frozen_string_literal: true class Logger # not used after 1.2.7. just for compat. class Error < RuntimeError # :nodoc: end class ShiftingError < Error # :nodoc: end end