We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d5a10 + 0859e74 commit a2be88eCopy full SHA for a2be88e
Exception/LockConflictedException.php
@@ -11,9 +11,13 @@
11
12
namespace Symfony\Component\Lock\Exception;
13
14
+use Symfony\Component\Lock\Lock;
15
+
16
/**
17
* LockConflictedException is thrown when a lock is acquired by someone else.
18
*
19
+ * In non-blocking mode it is caught by {@see Lock::acquire()} and {@see Lock::acquireRead()}.
20
+ *
21
* @author Jérémy Derussé <jeremy@derusse.com>
22
*/
23
class LockConflictedException extends \RuntimeException implements ExceptionInterface
0 commit comments