Exception: RubyRabbitmqJanus::Errors::Tools::Config::LevelNotDefine
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::LevelNotDefine
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Overview
Error for Tools::Config#log_level
Instance Method Summary collapse
-
#initialize ⇒ LevelNotDefine
constructor
A new instance of LevelNotDefine.
Constructor Details
#initialize ⇒ LevelNotDefine
Returns a new instance of LevelNotDefine.
53 54 55 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 53 def initialize super 'Error for reading option level', :warn end |