From: Gunnar Wrobel Date: Mon, 10 Jan 2011 20:11:17 +0000 (+0100) Subject: Revert "Horde_Injector_DependencyFinder uses the concept of previous exceptions witho... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=94ddb48060d4ebc9a94c26d0a564055266eba8d3;p=horde.git Revert "Horde_Injector_DependencyFinder uses the concept of previous exceptions without extending from Horde_Exception (>=5.3 only)." This reverts commit a2e65967b70b0257d998ecab7cc3d4505fe78614. --- diff --git a/framework/Injector/lib/Horde/Injector/Exception.php b/framework/Injector/lib/Horde/Injector/Exception.php index 1686f8a6f..eb3b3297d 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 Horde_Exception +class Horde_Injector_Exception extends Exception { }