Parent

Methods

Class/Module 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 98
def initialize(types, given)
  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")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.