Qpid::Proton::StoppedError
Error raised if work is added after the queue has been stopped.
# File lib/core/work_queue.rb, line 40 def initialize() super("WorkQueue has been stopped"); end