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