class Bunny::HostListDepleted
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/bunny/exceptions.rb, line 8 def initialize super("No more hosts to try in the supplied list of hosts") end