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



101
102
103
# File 'lib/bunny/exceptions.rb', line 101

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