Import InvalidArgumentException in PdoAdapter

This commit is contained in:
Konstantin Scheumann 2018-03-29 09:06:49 +02:00 committed by Nicolas Grekas
parent 99df7cbafb
commit b678f7f839

View File

@ -12,6 +12,7 @@
namespace Symfony\Component\Cache\Adapter;
use Doctrine\DBAL\Connection;
use Symfony\Component\Cache\Exception\InvalidArgumentException;
use Symfony\Component\Cache\PruneableInterface;
use Symfony\Component\Cache\Traits\PdoTrait;