Exception: Redis::Lock::Timeout

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

Instance Attribute Summary

Attributes inherited from Error

#lock

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

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

Instance Method Details

#messageObject



247
248
249
# File 'lib/redis-lock.rb', line 247

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