Raised when authentication fails. @api public
# File lib/amqp/exceptions.rb, line 43 43: def initialize(settings) 44: @settings = settings 45: 46: super("AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration. Settings are #{settings.inspect}") 47: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.