Exception: RubyRabbitmqJanus::Errors::Tools::Config::QueueTo
- Inherits:
-
BaseConfig
- Object
- StandardError
- RRJError
- BaseTools
- BaseConfig
- RubyRabbitmqJanus::Errors::Tools::Config::QueueTo
- Defined in:
- lib/rrj/errors/tools/gem/config.rb
Overview
Error for Tools::Config#queue_to
Instance Method Summary collapse
-
#initialize ⇒ QueueTo
constructor
A new instance of QueueTo.
Constructor Details
#initialize ⇒ QueueTo
Returns a new instance of QueueTo.
32 33 34 |
# File 'lib/rrj/errors/tools/gem/config.rb', line 32 def initialize super 'Error for reading standard queue to' end |