class Qyu::Errors::MessageNotReceived

Qyu::Errors::MessageNotReceived

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/qyu/errors/message_not_received.rb, line 7
def initialize
  super('No message retrieved for task from queue.')
end