Exception: Ticketing::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/ticketing/errors.rb

Overview

The wait budget elapsed before the lock could be acquired.

Instance Method Summary collapse

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(message = "timed out waiting to acquire the lock")
  super
end