class Qpid::Proton::Container::StoppedError

Error raised if the container is used after {#stop} has been called.

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/core/container.rb, line 92
def initialize(*args) super("container has been stopped"); end