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.



103
104
105
# File 'lib/bunny/exceptions.rb', line 103

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