Controller: throws exception

This commit is contained in:
Thomas Gelf 2014-12-03 10:19:37 +01:00
parent 197fb92f66
commit 21a8f20e9a

View file

@ -10,6 +10,7 @@ use Icinga\Module\Businessprocess\Form\ProcessForm;
use Icinga\Module\Businessprocess\Form\SimulationForm;
use Icinga\Web\Url;
use Icinga\Web\Widget;
use Exception;
class Controller extends ModuleActionController
{