diff --git a/src/TarantoolStore.php b/src/TarantoolStore.php index 2c40c29..239c0ab 100644 --- a/src/TarantoolStore.php +++ b/src/TarantoolStore.php @@ -2,6 +2,7 @@ namespace Tarantool\SymfonyLock; +use InvalidArgumentException; use Symfony\Component\Lock\Exception\InvalidTtlException; use Symfony\Component\Lock\Exception\LockConflictedException; use Symfony\Component\Lock\Key;