PessimisticLockException Class Reference
Detailed Description
PessimisticLockException signals an exception when trying to create an pessimistic lock.
Definition at line 21 of file PessimisticLockException.php.
Inheritance diagram for PessimisticLockException:
Public Member Functions | |
__construct (Lock $lock) | |
getLock () | |
Constructor & Destructor Documentation
◆ __construct()
__construct | ( | Lock | $lock | ) |
Constructor.
- Parameters
-
$lock Lock instance that cause the exception
Definition at line 29 of file PessimisticLockException.php.
Member Function Documentation
◆ getLock()
getLock | ( | ) |