class Bunny::TCPConnectionFailedForAllHosts
Public Class Methods
new()
click to toggle source
Calls superclass method
Bunny::TCPConnectionFailed.new
# File lib/bunny/exceptions.rb, line 84 def initialize super("Could not establish TCP connection to any of the configured hosts", nil, nil) end