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
Overview
Error for Tools::Config#cluster
Instance Method Summary collapse
-
#initialize ⇒ Cluster
constructor
A new instance of Cluster.
Constructor Details
#initialize ⇒ Cluster
Returns a new instance of Cluster.
82 83 84 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 82 def initialize super 'Error for reading cluster enabled option', :fatal end |