icingaweb2/library/Icinga/Exception/NotImplementedError.php
2014-08-25 12:21:59 +02:00

14 lines
218 B
PHP

<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Exception;
/**
* Class NotImplementedError
* @package Icinga\Exception
*/
class NotImplementedError extends IcingaException
{
}