Symfony\Component\Lock\Exception
Classes
| InvalidArgumentException | |
| LockAcquiringException | LockAcquiringException is thrown when an issue happens during the acquisition of a lock. | 
| LockConflictedException | LockConflictedException is thrown when a lock is acquired by someone else. | 
| LockReleasingException | LockReleasingException is thrown when an issue happens during the release of a lock. | 
| LockStorageException | LockStorageException is thrown when an issue happens during the manipulation of a lock in a store. | 
| NotSupportedException | NotSupportedException is thrown when an unsupported method is called. | 
Interfaces
| ExceptionInterface | Base ExceptionInterface for the Lock Component. | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.4/Symfony/Component/Lock/Exception.html