Exception: RubyRabbitmqJanus::Errors::Tools::Config::PluginAt
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::PluginAt
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Overview
Error for Tools::Config#plugin_at
Instance Method Summary collapse
-
#initialize(parameter) ⇒ PluginAt
constructor
A new instance of PluginAt.
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 |