class Bunny::ChannelLevelException
Base class for all channel level exceptions
Attributes
Public Class Methods
Source
# File lib/bunny/exceptions.rb, line 33 def initialize(message, ch, channel_close) super(message) @channel = ch @channel_close = channel_close end
Calls superclass method