Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49898f1 commit 255a51dCopy full SHA for 255a51d
lib/logger.rb
@@ -15,6 +15,7 @@
15
require 'logger/formatter'
16
require 'logger/log_device'
17
require 'logger/severity'
18
+require 'logger/errors'
19
20
# == Description
21
#
lib/logger/errors.rb
@@ -1,7 +1,7 @@
1
+# not used after 1.2.7. just for compat.
2
class Logger
3
class Error < RuntimeError # :nodoc:
4
end
- # not used after 1.2.7. just for compat.
5
class ShiftingError < Error # :nodoc:
6
7
0 commit comments