""" Lock module exceptions. """ from infrahouse_toolkit.exceptions import IHException [docs]class LockAcquireError(IHException): """When failed to acquire a lock."""
Contents: