icingaweb2/modules/setup/library/Setup/Exception/SetupException.php
Eric Lippmann 5fa2e3cfdc Revert "Add license header"
This reverts commit 338d067aba.
2015-02-03 16:16:26 +01:00

16 lines
No EOL
285 B
PHP

<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Setup\Exception;
use Icinga\Exception\IcingaException;
/**
* Class SetupException
*
* Used to indicate that a setup should be aborted.
*/
class SetupException extends IcingaException
{
}