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