Explicitly use PDOException in namespaces.

8.0.x
Larry Garfield 2011-12-29 16:48:09 -06:00
parent 78b53468b9
commit 294ca8b3a6
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace Drupal\Database;
use PDO;
use PDOException;
/**
* Base Database API class.

View File

@ -5,6 +5,7 @@ namespace Drupal\Database;
use Drupal\Database\Connection;
use Iterator;
use PDO;
use PDOException;
/**
* An implementation of DatabaseStatementInterface that prefetches all data.