Exception: Bunny::ConnectionAlreadyClosed
- Defined in:
- lib/bunny/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ ConnectionAlreadyClosed
constructor
A new instance of ConnectionAlreadyClosed.
Constructor Details
#initialize ⇒ ConnectionAlreadyClosed
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 |