.. _exceptions: .. module:: django_latch.exceptions Exception classes ================= ``django-latch`` provides a base exception class and two different exception classes to indicate errors occurred during pairing or unpairing a user. .. autoexception:: BaseLatchError .. autoexception:: PairingLatchError .. autoexception:: UnpairingLatchError