Parent

Methods

AMQP::IncompatibleOptionsError

Raised when queue (or exchange) declaration fails because another queue with the same name but different attributes already exists in the channel object cache. @api public

Public Class Methods

new(name, opts_1, opts_2) click to toggle source
    # File lib/amqp/exceptions.rb, line 56
56:     def initialize(name, opts_1, opts_2)
57:       super("There is already an instance called #{name} with options #{opts_1.inspect}, you can't define the same instance with different options (#{opts_2.inspect})!")
58:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.