Sha256: 44b0d20d3c712a0b5c81aee4e86e0909c6a42042231dacb459f6995956b5aad8
Contents?: true
Size: 274 Bytes
Versions: 1
Compression:
Stored size: 274 Bytes
Contents
module Qyu module Store module Redis module Errors # Qyu::Store::Redis::Errors::TaskNotFound class TaskNotFound < ::StandardError def initialize super('Task not found.') end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qyu-store-redis-0.1.0 | lib/qyu/store/redis/errors/task_not_found.rb |