Exception: RubyRabbitmqJanus::Errors::Tools::Config::Rabbitmq
Instance Method Summary collapse
-
#initialize(value) ⇒ Rabbitmq
constructor
A new instance of Rabbitmq.
Constructor Details
#initialize(value) ⇒ Rabbitmq
Returns a new instance of Rabbitmq.
51 52 53 |
# File 'lib/rrj/errors/tools/tools.rb', line 51 def initialize(value) super "[RabbitMQConfig] Missing RabbitMQ configuration for key : #{value}", :fatal end |