LockAcquiringException.php
Same filename in this branch
Namespace
Symfony\Component\Lock\ExceptionFile
-
vendor/
symfony/ lock/ Exception/ LockAcquiringException.php
View source
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Lock\Exception;
/**
* LockAcquiringException is thrown when an issue happens during the acquisition of a lock.
*
* @author Jérémy Derussé <jeremy@derusse.com>
*/
class LockAcquiringException extends \RuntimeException implements ExceptionInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
LockAcquiringException | LockAcquiringException is thrown when an issue happens during the acquisition of a lock. |