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