@@ -6,21 +6,13 @@ |
||
| 6 | 6 | * Retrieval and handling of identities for registered users |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -use RuntimeException; |
|
| 10 | - |
|
| 11 | -use Palladium\Component\MapperFactory; |
|
| 12 | 9 | use Palladium\Mapper as Mapper; |
| 13 | 10 | use Palladium\Entity as Entity; |
| 14 | - |
|
| 15 | -use Palladium\Exception\IdentityDuplicated; |
|
| 16 | 11 | use Palladium\Exception\IdentityNotFound; |
| 17 | -use Palladium\Exception\EmailNotFound; |
|
| 18 | 12 | use Palladium\Exception\PasswordNotMatch; |
| 19 | 13 | use Palladium\Exception\CompromisedCookie; |
| 20 | 14 | use Palladium\Exception\DenialOfServiceAttempt; |
| 21 | 15 | use Palladium\Exception\IdentityExpired; |
| 22 | -use Palladium\Exception\Community\UserNotFound; |
|
| 23 | - |
|
| 24 | 16 | use Palladium\Contract\CanCreateMapper; |
| 25 | 17 | use Psr\Log\LoggerInterface; |
| 26 | 18 | |