summaryrefslogtreecommitdiff
path: root/lib/logger/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/logger/errors.rb')
-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