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.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/logger/errors.rb b/lib/logger/errors.rb
deleted file mode 100644
index 8095acc9c8..0000000000
--- a/lib/logger/errors.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# not used after 1.2.7. just for compat.
-class Logger
- class Error < RuntimeError # :nodoc:
- end
- class ShiftingError < Error # :nodoc:
- end
-end