Source code for infrahouse_toolkit.lock.exceptions

"""
Lock module exceptions.
"""

from infrahouse_toolkit.exceptions import IHException


[docs]class LockAcquireError(IHException): """When failed to acquire a lock."""