From 5738fed7a6b5ffa216fd689a51f630c51cc72339 Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 28 Nov 2007 22:56:14 +0000 Subject: [PATCH] --- lib/Doctrine/Plugin/Exception.php | 34 ------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 lib/Doctrine/Plugin/Exception.php diff --git a/lib/Doctrine/Plugin/Exception.php b/lib/Doctrine/Plugin/Exception.php deleted file mode 100644 index 8747ec8b6..000000000 --- a/lib/Doctrine/Plugin/Exception.php +++ /dev/null @@ -1,34 +0,0 @@ -. - */ -Doctrine::autoload('Doctrine_Exception'); -/** - * Doctrine_Plugin_Exception - * - * @package Doctrine - * @subpackage Plugin - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @link www.phpdoctrine.com - * @since 1.0 - * @version $Revision$ - * @author Konsta Vesterinen - */ -class Doctrine_Plugin_Exception extends Doctrine_Exception -{ } \ No newline at end of file