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
Instance Method Summary collapse
-
#initialize(parameter) ⇒ PluginAt
constructor
A new instance of PluginAt.
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 |