blob: 395b4b2cef4d65b78914a2fe25236f9aeb79d21e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
namespace Icinga\Exception;
/**
* Class NotImplementedError
* @package Icinga\Exception
*/
class NotImplementedError extends IcingaException
{
}
|