Exception: RubyRabbitmqJanus::Errors::Tools::Config::PluginAt

Inherits:
BaseConfig show all
Defined in:
lib/rrj/errors/tools/gem/config.rb

Instance Method Summary collapse

Constructor Details

#initialize(parameter) ⇒ PluginAt

Returns a new instance of PluginAt.



72
73
74
# File 'lib/rrj/errors/tools/gem/config.rb', line 72

def initialize(parameter)
  super "[PluginAt] Plugin is not found in configuration file, with parameter #{parameter}", :warn
end