mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-19 07:57:40 +02:00
14 lines
246 B
PHP
14 lines
246 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Module\Setup\Exception;
|
|
|
|
/**
|
|
* Class SetupException
|
|
*
|
|
* Used to indicate that a setup should be aborted.
|
|
*/
|
|
class SetupException extends IcingaException
|
|
{
|
|
} |