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