Exception: Redis::Lock::Timeout

Inherits:
ErrorBase
  • Object
show all
Defined in:
lib/redis-lock.rb

Instance Attribute Summary

Attributes inherited from ErrorBase

#lock

Instance Method Summary collapse

Methods inherited from ErrorBase

#initialize

Constructor Details

This class inherits a constructor from Redis::Lock::ErrorBase

Instance Method Details

#messageObject



202
203
204
# File 'lib/redis-lock.rb', line 202

def message
  "The following lock timed-out waiting to get aquired: #{@lock}"
end