Raised when TCP connection to RabbitMQ fails because of an unresolved
hostname, connectivity problem, etc
Attributes
hostname[R]
port[R]
Public Class Methods
new(e, hostname, port)click to toggle source
# File lib/bunny/exceptions.rb, line 51definitialize(e, hostname, port)
m = caseewhenStringthenewhenExceptionthene.messageendsuper("Could not estabilish TCP connection to #{hostname}:#{port}: #{m}")
end