Bunny::Exception
Base class for all channel level exceptions
# File lib/bunny/exceptions.rb, line 25 def initialize(message, ch, channel_close) super(message) @channel = ch @channel_close = channel_close end
[Validate]
Generated with the Darkfish Rdoc Generator 2.