@@ -9,12 +9,9 @@ |
||
9 | 9 | namespace Laztopaz\potatoORM; |
10 | 10 | |
11 | 11 | use PDO; |
12 | -use Laztopaz\potatoORM\DatabaseHelper; |
|
13 | 12 | use Laztopaz\potatoORM\TableFieldUndefinedException; |
14 | 13 | use Laztopaz\potatoORM\EmptyArrayException; |
15 | 14 | use Laztopaz\potatoORM\NoRecordDeletionException; |
16 | -use Laztopaz\potatoORM\NoRecordInsertionException; |
|
17 | -use Laztopaz\potatoORM\NoRecordUpdateException; |
|
18 | 15 | |
19 | 16 | class DatabaseHandler { |
20 | 17 |
@@ -9,12 +9,10 @@ |
||
9 | 9 | namespace Laztopaz\potatoORM; |
10 | 10 | |
11 | 11 | use Laztopaz\potatoORM\DatabaseHandler; |
12 | -use Laztopaz\potatoORM\InterfaceBaseClass; |
|
13 | 12 | use Laztopaz\potatoORM\NoRecordDeletionException; |
14 | 13 | use Laztopaz\potatoORM\NoRecordFoundException; |
15 | 14 | use Laztopaz\potatoORM\NoRecordInsertionException; |
16 | 15 | use Laztopaz\potatoORM\NullArgumentPassedToFunction; |
17 | -use Laztopaz\potatoORM\WrongArgumentException; |
|
18 | 16 | use Laztopaz\potatoORM\NoArgumentPassedToFunctionException; |
19 | 17 | use Laztopaz\potatoORM\EmptyArrayException; |
20 | 18 |