2013-06-03 16:14:46 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
2013-06-03 16:14:46 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
2013-06-06 16:52:54 +02:00
|
|
|
/**
|
|
|
|
* Class NotImplementedError
|
|
|
|
* @package Icinga\Exception
|
|
|
|
*/
|
2014-08-25 12:21:59 +02:00
|
|
|
class NotImplementedError extends IcingaException
|
2013-06-03 16:14:46 +02:00
|
|
|
{
|
|
|
|
}
|