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