class Bunny::ConnectionAlreadyClosed

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/bunny/exceptions.rb, line 101
def initialize
  super('Connection has been already closed')
end