Exception: RubyRabbitmqJanus::Errors::Tools::Config::Rabbitmq
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::Rabbitmq
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ Rabbitmq
constructor
A new instance of Rabbitmq.
Constructor Details
#initialize(value) ⇒ Rabbitmq
Returns a new instance of Rabbitmq.
114 115 116 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 114 def initialize(value) super "[RabbitMQConfig] Missing RabbitMQ configuration for key : #{value}", :fatal end |