class Travis::Lock::Redis::LockError
Attributes
key[R]
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/travis/lock/redis.rb, line 13 def initialize(key) @key = key super("Could not obtain lock for #{key.inspect} on Redis.") end