Exception: Bunny::HostListDepleted
- Defined in:
- lib/bunny/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ HostListDepleted
constructor
A new instance of HostListDepleted.
Constructor Details
#initialize ⇒ HostListDepleted
Returns a new instance of HostListDepleted
8 9 10 |
# File 'lib/bunny/exceptions.rb', line 8 def initialize super("No more hosts to try in the supplied list of hosts") end |