class Qpid::Proton::Container::StoppedError

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

Public Class Methods

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