@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace ModPleio; |
3 | 3 | use ModPleio\Exceptions\ShouldRegisterException as ShouldRegisterException; |
4 | -use ModPleio\Exceptions\ShouldValidateException as ShouldValidateException; |
|
5 | 4 | use ModPleio\Exceptions\CouldNotLoginException as CouldNotLoginException; |
6 | 5 | |
7 | 6 | class LoginHandler { |