From: Gunnar Wrobel
Date: Mon, 10 Jan 2011 12:58:14 +0000 (+0100) Subject: Horde_Injector_DependencyFinder uses the concept of previous exceptions without exten... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a2e65967b70b0257d998ecab7cc3d4505fe78614;p=horde.git Horde_Injector_DependencyFinder uses the concept of previous exceptions without extending from Horde_Exception (>=5.3 only). --- diff --git a/framework/Injector/lib/Horde/Injector/Exception.php b/framework/Injector/lib/Horde/Injector/Exception.php index eb3b3297d..1686f8a6f 100644 --- a/framework/Injector/lib/Horde/Injector/Exception.php +++ b/framework/Injector/lib/Horde/Injector/Exception.php @@ -5,6 +5,6 @@ * @category Horde * @package Injector */ -class Horde_Injector_Exception extends Exception +class Horde_Injector_Exception extends Horde_Exception { }