@@ -10,8 +10,6 @@ |
||
| 10 | 10 | use ORM\Exception\InvalidConfiguration; |
| 11 | 11 | use ORM\Exception\NoConnection; |
| 12 | 12 | use ORM\Exception\NoEntity; |
| 13 | -use ORM\Exception\NotScalar; |
|
| 14 | -use ORM\Exception\UnsupportedDriver; |
|
| 15 | 13 | |
| 16 | 14 | /** |
| 17 | 15 | * The EntityManager that manages the instances of Entities. |