Exception: RubyRabbitmqJanus::Errors::Tools::Config::LevelNotDefine

Inherits:
BaseConfig show all
Defined in:
lib/rrj/errors/tools/gem/config.rb

Overview

Error for Tools::Config#log_level

Instance Method Summary collapse

Constructor Details

#initializeLevelNotDefine

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