Exception: AMQ::Client::MissingHandlerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/amq/client/exceptions.rb

Overview

Client

Instance Method Summary collapse

Constructor Details

#initialize(frame) ⇒ MissingHandlerError

Returns a new instance of MissingHandlerError.



55
56
57
# File 'lib/amq/client/exceptions.rb', line 55

def initialize(frame)
  super("No callback registered for #{frame.method_class}")
end