Exception: RubyRabbitmqJanus::Errors::Tools::Config::Cluster
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::Cluster
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Instance Method Summary collapse
-
#initialize(parameter) ⇒ Cluster
constructor
A new instance of Cluster.
Constructor Details
#initialize(parameter) ⇒ Cluster
Returns a new instance of Cluster.
72 73 74 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 72 def initialize(parameter) super "[Cluster] Cluster parameter is missing, with parameter #{parameter}", :warn end |