Parent

Methods

Class Index [+]

Quicksearch

AMQ::Client::UnknownExchangeTypeError

Constants

BUILTIN_TYPES

Public Class Methods

new(types, given) click to toggle source
     # File lib/amq/client/exceptions.rb, line 99
 99:       def initialize(types, given)
100:         super("#{given.inspect} exchange type is unknown. Standard types are #{BUILTIN_TYPES.inspect}, custom exchange types must begin with x-, for example: x-recent-history")
101:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.