NotImplementedError: extend IcingaException

refs #6931
This commit is contained in:
Alexander Klimov 2014-08-25 12:21:59 +02:00
parent 013aad8f73
commit f4dbb4df96
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ namespace Icinga\Exception;
* Class NotImplementedError
* @package Icinga\Exception
*/
class NotImplementedError extends \Exception
class NotImplementedError extends IcingaException
{
}