From 30d04c423c2f8391aa821c552989a568997bc016 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 31 May 2017 14:08:43 +0200 Subject: [PATCH] Html: use add missing Exception class --- library/Businessprocess/Html/Html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Businessprocess/Html/Html.php b/library/Businessprocess/Html/Html.php index 200da14..227e1f4 100644 --- a/library/Businessprocess/Html/Html.php +++ b/library/Businessprocess/Html/Html.php @@ -3,6 +3,7 @@ namespace Icinga\Module\Businessprocess\Html; use Icinga\Exception\ProgrammingError; +use Exception; class Html implements Renderable {