Exception: RubyRabbitmqJanus::Errors::Tools::Config::NumberOfinstance
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::NumberOfinstance
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Overview
Error for Tools::Config#number_of_instance
Instance Method Summary collapse
-
#initialize ⇒ NumberOfinstance
constructor
A new instance of NumberOfinstance.
Constructor Details
#initialize ⇒ NumberOfinstance
Returns a new instance of NumberOfinstance.
89 90 91 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 89 def initialize super 'Error for reading cluster instance count', :fatal end |