class Bunny::ConnectionAlreadyClosed
Public Class Methods
Source
# File lib/bunny/exceptions.rb, line 103 def initialize super('Connection has been already closed') end
Calls superclass method
# File lib/bunny/exceptions.rb, line 103 def initialize super('Connection has been already closed') end