Dep: update
주로 PHAN
This commit is contained in:
@@ -11,9 +11,13 @@
|
||||
|
||||
namespace Symfony\Component\Lock\Exception;
|
||||
|
||||
use Symfony\Component\Lock\Lock;
|
||||
|
||||
/**
|
||||
* LockConflictedException is thrown when a lock is acquired by someone else.
|
||||
*
|
||||
* In non-blocking mode it is caught by {@see Lock::acquire()} and {@see Lock::acquireRead()}.
|
||||
*
|
||||
* @author Jérémy Derussé <jeremy@derusse.com>
|
||||
*/
|
||||
class LockConflictedException extends \RuntimeException implements ExceptionInterface
|
||||
|
||||
Reference in New Issue
Block a user