Html: use add missing Exception class

This commit is contained in:
Thomas Gelf 2017-05-31 14:08:43 +02:00
parent ad1ff7af91
commit 30d04c423c

View file

@ -3,6 +3,7 @@
namespace Icinga\Module\Businessprocess\Html;
use Icinga\Exception\ProgrammingError;
use Exception;
class Html implements Renderable
{