Skip to content

Commit

Permalink
fix exception usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Jun 23, 2020
1 parent 62dc4cb commit 2f61970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TarantoolStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f61970

Please sign in to comment.