Commit ed3b781f authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix fatal when exception is thrown

parent bb5be9ec
......@@ -26,7 +26,8 @@ use PDO, Closure, Exception,
Doctrine\DBAL\DBALException,
Doctrine\DBAL\Cache\ResultCacheStatement,
Doctrine\DBAL\Cache\QueryCacheProfile,
Doctrine\DBAL\Cache\ArrayStatement;
Doctrine\DBAL\Cache\ArrayStatement,
Doctrine\DBAL\Cache\CacheException;
/**
* A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment