Parent

Methods

Class/Module Index [+]

Quicksearch

AMQ::Client::ConnectionClosedError

Public Class Methods

new(frame) click to toggle source
# File lib/amq/client/exceptions.rb, line 60
def initialize(frame)
  if frame.respond_to?(:method_class)
    super("Trying to send frame through a closed connection. Frame is #{frame.inspect}")
  else
    super("Trying to send frame through a closed connection. Frame is #{frame.inspect}, method class is #{frame.method_class}")
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.