Exception: RMQ::RMQMessageNotFoundException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rmq/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(message_id) ⇒ RMQMessageNotFoundException

Returns a new instance of RMQMessageNotFoundException.



22
23
# File 'lib/rmq/exceptions.rb', line 22

def initialize(message_id)
end

Instance Method Details

#messageObject



25
26
27
# File 'lib/rmq/exceptions.rb', line 25

def message
  "Could not find message"
end