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