14 lines
244 B
PHP
14 lines
244 B
PHP
|
<?php
|
||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
||
|
namespace Icinga\Exception;
|
||
|
|
||
|
/**
|
||
|
* Class InstallException
|
||
|
*
|
||
|
* Used to indicate that a installation should be aborted.
|
||
|
*/
|
||
|
class InstallException extends IcingaException
|
||
|
{
|
||
|
}
|