Exception: Bunny::HostListDepleted
- Defined in:
- lib/bunny/exceptions.rb
Overview
Used when a list of endpoints (hostnames) to connect to has been fully traversed, that is, there are no more endpoints (hostnames) to try.
Instance Method Summary collapse
-
#initialize ⇒ HostListDepleted
constructor
A new instance of HostListDepleted.
Constructor Details
#initialize ⇒ HostListDepleted
Returns a new instance of HostListDepleted.
13 14 15 |
# File 'lib/bunny/exceptions.rb', line 13 def initialize super("No more hosts to try in the supplied list of hosts") end |