Fix "The use of non compound name 'Exception'..."

This commit is contained in:
Johannes Meyer 2015-01-30 09:38:59 +01:00
parent 63305fdf9a
commit 0108d44d63

View File

@ -2,7 +2,7 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
use Exception;
use \Exception;
use Icinga\Exception\ProgrammingError;
use Icinga\Forms\ConfirmRemovalForm;
use Icinga\Forms\Dashboard\DashletForm;