From f4dbb4df969ede0b406178cc66b09a3bc0a9a753 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Mon, 25 Aug 2014 12:21:59 +0200 Subject: [PATCH] NotImplementedError: extend IcingaException refs #6931 --- library/Icinga/Exception/NotImplementedError.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Exception/NotImplementedError.php b/library/Icinga/Exception/NotImplementedError.php index 01131275d..1d22236df 100644 --- a/library/Icinga/Exception/NotImplementedError.php +++ b/library/Icinga/Exception/NotImplementedError.php @@ -8,6 +8,6 @@ namespace Icinga\Exception; * Class NotImplementedError * @package Icinga\Exception */ -class NotImplementedError extends \Exception +class NotImplementedError extends IcingaException { }