summaryrefslogtreecommitdiff
path: root/lib/logger
diff options
context:
space:
mode:
authorsonots <sonots@gmail.com>2019-03-18 21:02:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 14:43:07 +0900
commit7f10da9d2762d1b6d0f3c45df4a23bbdc2d78e4c (patch)
tree2e40bb7827420977778e941f4247cc5a9d537d7d /lib/logger
parentbbe157f34046ec9ef81e6ad9ed37c86a0d9155e4 (diff)
[ruby/logger] require 'logger/errors' just for compat
https://github.com/ruby/logger/commit/255a51dc10
Diffstat (limited to 'lib/logger')
-rw-r--r--lib/logger/errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/errors.rb b/lib/logger/errors.rb
index e0fb4c643f..8095acc9c8 100644
--- a/lib/logger/errors.rb
+++ b/lib/logger/errors.rb
@@ -1,7 +1,7 @@
+# not used after 1.2.7. just for compat.
class Logger
class Error < RuntimeError # :nodoc:
end
- # not used after 1.2.7. just for compat.
class ShiftingError < Error # :nodoc:
end
end