class Qyu::Errors::UnsyncError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/qyu/errors/unsync_error.rb, line 7 def initialize super('Not all tasks have been started yet') end