Exception: Bunny::ConnectionAlreadyClosed

Inherits:
Exception
  • Object
show all
Defined in:
lib/bunny/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeConnectionAlreadyClosed

Returns a new instance of ConnectionAlreadyClosed.



106
107
108
# File 'lib/bunny/exceptions.rb', line 106

def initialize
  super('Connection has been already closed')
end