Fix PHP Warning: The use statement with non-compound name 'Exception' has no effect

This commit is contained in:
Eric Lippmann 2014-02-12 16:59:53 +01:00
parent 342a9375de
commit 68086f1b79
1 changed files with 1 additions and 1 deletions

View File

@ -30,11 +30,11 @@
# namespace Icinga\Application\Controllers;
use \Exception;
use Icinga\Web\Controller\ActionController;
use Icinga\Authentication\Credential;
use Icinga\Authentication\Manager as AuthManager;
use Icinga\Form\Authentication\LoginForm;
use Exception;
/**
* Application wide controller for authentication