Skip to content

Commit

Permalink
Fix: The use statement with non-compound name 'Exception' has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
mxhash committed Aug 28, 2014
1 parent 66062c8 commit fdef695
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -2,13 +2,10 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}

use Exception;

use \Exception;
use Icinga\Config\PreservingIniWriter;
use Icinga\Web\Controller\ModuleActionController;
use Icinga\Web\Notification;
use Icinga\Web\Url;

use Icinga\Module\Monitoring\Form\Config\ConfirmRemovalForm;
use Icinga\Module\Monitoring\Form\Config\Backend\EditBackendForm;
use Icinga\Module\Monitoring\Form\Config\Backend\CreateBackendForm;
Expand Down

0 comments on commit fdef695

Please sign in to comment.