Skip to content

Commit c1a30b6

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Security] Add missing Spanish translations [Security] Update Czech translations Expand `LockConflictedException` docs
2 parents e3cd1f0 + a2be88e commit c1a30b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Exception/LockConflictedException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111

1212
namespace Symfony\Component\Lock\Exception;
1313

14+
use Symfony\Component\Lock\Lock;
15+
1416
/**
1517
* LockConflictedException is thrown when a lock is acquired by someone else.
1618
*
19+
* In non-blocking mode it is caught by {@see Lock::acquire()} and {@see Lock::acquireRead()}.
20+
*
1721
* @author Jérémy Derussé <[email protected]>
1822
*/
1923
class LockConflictedException extends \RuntimeException implements ExceptionInterface

0 commit comments

Comments
 (0)