StandardError
# File lib/amq/client/exceptions.rb, line 61 61: def initialize(frame) 62: if frame.respond_to?(:method_class) 63: super("Trying to send frame through a closed connection. Frame is #{frame.inspect}") 64: else 65: super("Trying to send frame through a closed connection. Frame is #{frame.inspect}, method class is #{frame.method_class}") 66: end 67: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.