diff --git a/modules/setup/library/Setup/Exception/SetupException.php b/modules/setup/library/Setup/Exception/SetupException.php index b8c860f39..49d0a6f9c 100644 --- a/modules/setup/library/Setup/Exception/SetupException.php +++ b/modules/setup/library/Setup/Exception/SetupException.php @@ -12,4 +12,11 @@ use Icinga\Exception\IcingaException; */ class SetupException extends IcingaException { + /** + * {@inheritdoc} + */ + public function __construct() + { + parent::__construct('Setup abortion'); + } }