Exception: Bunny::HostListDepleted

Inherits:
Exception
  • Object
show all
Defined in:
lib/bunny/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeHostListDepleted

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