Exception: Travis::Lock::Redis::LockError
- Inherits:
-
StandardError
- Object
- StandardError
- Travis::Lock::Redis::LockError
- Defined in:
- lib/travis/lock/redis.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ LockError
constructor
A new instance of LockError.
Constructor Details
#initialize(key) ⇒ LockError
Returns a new instance of LockError.
11 12 13 |
# File 'lib/travis/lock/redis.rb', line 11 def initialize(key) super("Could not obtain lock for #{key.inspect} on Redis.") end |