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