8000
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.
LockConflictedException
1 parent 88dcf52 commit 2e4335fCopy full SHA for 2e4335f
src/Symfony/Component/Lock/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