mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-13 07:53:29 -05:00
Html: use add missing Exception class
This commit is contained in:
parent
ad1ff7af91
commit
30d04c423c
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
namespace Icinga\Module\Businessprocess\Html;
|
||||
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
use Exception;
|
||||
|
||||
class Html implements Renderable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue