Exception: Ticketing::TimeoutError
- Defined in:
- lib/ticketing/errors.rb
Overview
The wait budget elapsed before the lock could be acquired.
Instance Method Summary collapse
-
#initialize(message = "timed out waiting to acquire the lock") ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Constructor Details
#initialize(message = "timed out waiting to acquire the lock") ⇒ TimeoutError
Returns a new instance of TimeoutError.
9 10 11 |
# File 'lib/ticketing/errors.rb', line 9 def initialize( = "timed out waiting to acquire the lock") super end |