Exception: Qyu::Errors::MessageNotReceived

Inherits:
Base
  • Object
show all
Defined in:
lib/qyu/errors/message_not_received.rb

Overview

Qyu::Errors::MessageNotReceived

Instance Method Summary collapse

Constructor Details

#initializeMessageNotReceived

Returns a new instance of MessageNotReceived.



7
8
9
# File 'lib/qyu/errors/message_not_received.rb', line 7

def initialize
  super('No message retrieved for task from queue.')
end