Add missing use-statement for Exceptions in MenuRenderer

fixes #7157
This commit is contained in:
Matthias Jentsch 2014-09-10 17:12:19 +02:00
parent 2e0bef5696
commit 9376ceed33
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
namespace Icinga\Web;
use Exception;
use RecursiveIteratorIterator;
use Icinga\Logger\Logger;