Exception: RubyRabbitmqJanus::Errors::Tools::Config::Rabbitmq

Inherits:
BaseTools
  • Object
show all
Defined in:
lib/rrj/errors/tools/tools.rb

Instance Method Summary collapse

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