exceptions.py 127 B

1234
  1. class TimeoutException(Exception):
  2. """
  3. Raised when max timeout reached while waiting for a lock to be acquired
  4. """