Current Path : /proc/3848979/root/lib/ruby/3.0.0/logger/ |
Current File : //proc/3848979/root/lib/ruby/3.0.0/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