Exception: Redis::Lock::LostLock
- Defined in:
- lib/redis-lock.rb
Instance Attribute Summary
Attributes inherited from ErrorBase
Instance Method Summary collapse
Methods inherited from ErrorBase
Constructor Details
This class inherits a constructor from Redis::Lock::ErrorBase
Instance Method Details
#message ⇒ Object
190 191 192 |
# File 'lib/redis-lock.rb', line 190 def "The following lock was lost while trying to modify: #{@lock}" end |