Exception: Bunny::TCPConnectionFailedForAllHosts
- Inherits:
-
TCPConnectionFailed
- Object
- StandardError
- Exception
- TCPConnectionFailed
- Bunny::TCPConnectionFailedForAllHosts
- Defined in:
- lib/bunny/exceptions.rb
Instance Attribute Summary
Attributes inherited from TCPConnectionFailed
Instance Method Summary collapse
-
#initialize ⇒ TCPConnectionFailedForAllHosts
constructor
A new instance of TCPConnectionFailedForAllHosts.
Constructor Details
#initialize ⇒ TCPConnectionFailedForAllHosts
Returns a new instance of TCPConnectionFailedForAllHosts
84 85 86 |
# File 'lib/bunny/exceptions.rb', line 84 def initialize super("Could not establish TCP connection to any of the configured hosts", nil, nil) end |