mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-17 17:48:24 -05:00
16 lines
No EOL
285 B
PHP
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
|
|
{
|
|
} |