Parent

Methods

Class/Module Index [+]

Quicksearch

AMQ::Client::Logging::IncompatibleLoggerError

Raised when logger object passed to {AMQ::Client::Adapter.logger=} does not provide API it supposed to provide.

@see AMQ::Client::Adapter.logger=

Public Class Methods

new(required_methods) click to toggle source
# File lib/amq/client/exceptions.rb, line 75
def initialize(required_methods)
  super("Logger has to respond to the following methods: #{required_methods.inspect}")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.