class LockReleasingException
LockReleasingException is thrown when an issue happens during the release of a lock.
@author Jérémy Derussé <jeremy@derusse.com>
Hierarchy
- class \Symfony\Component\Lock\Exception\LockReleasingException extends \Symfony\Component\Lock\Exception\RuntimeException implements \Symfony\Component\Lock\Exception\ExceptionInterface
Expanded class hierarchy of LockReleasingException
4 files declare their use of LockReleasingException
- Lock.php in vendor/
symfony/ lock/ Lock.php - LockInterface.php in vendor/
symfony/ lock/ LockInterface.php - PersistingStoreInterface.php in vendor/
symfony/ lock/ PersistingStoreInterface.php - ZookeeperStore.php in vendor/
symfony/ lock/ Store/ ZookeeperStore.php
File
-
vendor/
symfony/ lock/ Exception/ LockReleasingException.php, line 19
Namespace
Symfony\Component\Lock\ExceptionView source
class LockReleasingException extends \RuntimeException implements ExceptionInterface {
}