8000 Import InvalidArgumentException in PdoAdapter · symfony/symfony@b678f7f · GitHub
[go: up one dir, main page]

Skip to content

Commit b678f7f

Browse files
KonstantinCodesnicolas-grekas
authored andcommitted
Import InvalidArgumentException in PdoAdapter
1 parent 99df7cb commit b678f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Cache/Adapter/PdoAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Cache\Adapter;
1313

1414
use Doctrine\DBAL\Connection;
15+
use Symfony\Component\Cache\Exception\InvalidArgumentException;
1516
use Symfony\Component\Cache\PruneableInterface;
1617
use Symfony\Component\Cache\Traits\PdoTrait;
1718

0 commit comments

Comments
 (0)
0