Raised when authentication fails. @api public
# File lib/amqp/exceptions.rb, line 42 def initialize(settings) @settings = settings super("AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration. Settings are #{settings.inspect}") end
Generated with the Darkfish Rdoc Generator 2.