name: LockConflictedException class_comment: "# * LockConflictedException is thrown when a lock is acquired by someone\ \ else.\n# *\n# * In non-blocking mode it is caught by {@see Lock::acquire()} and\ \ {@see Lock::acquireRead()}.\n# *\n# * @author J\xE9r\xE9my Deruss\xE9 " dependencies: - name: Lock type: class source: Symfony\Component\Lock\Lock properties: [] methods: [] traits: - Symfony\Component\Lock\Lock interfaces: - ExceptionInterface