icingaweb2/modules/setup/library/Setup/Exception/SetupException.php

16 lines
292 B
PHP

<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Setup\Exception;
use Icinga\Exception\IcingaException;
/**
* Class SetupException
*
* Used to indicate that a setup should be aborted.
*/
class SetupException extends IcingaException
{
}