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

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

Overview

Error for Tools::Config#plugin_at

Instance Method Summary collapse

Constructor Details

#initialize(parameter) ⇒ PluginAt

Returns a new instance of PluginAt.



74
75
76
77
# File 'lib/rrj/errors/tools/gem/config.rb', line 74

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