class Qyu::Store::Redis::Errors::TaskNotFound
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/qyu/store/redis/errors/task_not_found.rb, line 7 def initialize super('Task not found.') end