Explicitly use PDOException in namespaces.
parent
78b53468b9
commit
294ca8b3a6
|
@ -3,6 +3,7 @@
|
|||
namespace Drupal\Database;
|
||||
|
||||
use PDO;
|
||||
use PDOException;
|
||||
|
||||
/**
|
||||
* Base Database API class.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue