From: Gunnar Wrobel
Date: Tue, 11 Jan 2011 19:50:02 +0000 (+0100) Subject: Revert "Revert "Horde_Injector_DependencyFinder uses the concept of previous exceptio... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f5c35040a657a29c67f90c4164ecad9adb8b17d4;p=horde.git Revert "Revert "Horde_Injector_DependencyFinder uses the concept of previous exceptions without extending from Horde_Exception (>=5.3 only)."" This reverts commit 94ddb48060d4ebc9a94c26d0a564055266eba8d3. --- 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 { }