Exception: Qyu::Errors::UnsyncError

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

Overview

Qyu::Errors::InvalidQueueName

Instance Method Summary collapse

Constructor Details

#initializeUnsyncError

Returns a new instance of UnsyncError.



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

def initialize
  super('Not all tasks have been started yet')
end