@@ -13,7 +13,6 @@ |
||
13 | 13 | use PDOException; |
14 | 14 | use Ibonly\PotatoORM\DatabaseQueryInterface; |
15 | 15 | use Ibonly\PotatoORM\ColumnNotExistExeption; |
16 | -use Ibonly\PotatoORM\InvalidConnectionException; |
|
17 | 16 | use Ibonly\PotatoORM\TableDoesNotExistException; |
18 | 17 | |
19 | 18 | class DatabaseQuery implements DatabaseQueryInterface |
@@ -9,8 +9,6 @@ |
||
9 | 9 | |
10 | 10 | namespace Ibonly\PotatoORM; |
11 | 11 | |
12 | -use PDO; |
|
13 | -use Exception; |
|
14 | 12 | use PDOException; |
15 | 13 | use Ibonly\PotatoORM\GetData; |
16 | 14 | use Ibonly\PotatoORM\DatabaseQuery; |