diff options
Diffstat (limited to 'lib/logger/errors.rb')
| -rw-r--r-- | lib/logger/errors.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/logger/errors.rb b/lib/logger/errors.rb deleted file mode 100644 index e8925e14ac..0000000000 --- a/lib/logger/errors.rb +++ /dev/null @@ -1,9 +0,0 @@ -# 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 |
