Parent

Methods

AMQP::ChannelClosedError

Raised on attempt to use a channel that was previously closed (either due to channel-level exception or intentionally via AMQP::Channel#close). @api public

Public Class Methods

new(instance) click to toggle source
    # File lib/amqp/exceptions.rb, line 65
65:     def initialize(instance)
66:       super("Channel with id = #{instance.channel} is closed, you can't use it anymore!")
67:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.