class RubyRabbitmqJanus::Errors::Tools::Config::Rabbitmq
Public Class Methods
new(value)
click to toggle source
Calls superclass method
RubyRabbitmqJanus::Errors::Tools::BaseTools::new
# File lib/rrj/errors/tools/tools.rb, line 51 def initialize(value) super "[RabbitMQConfig] Missing RabbitMQ configuration for key : #{value}", :fatal end