From b525df802e4135465db00f9e180de3591bef850c Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 19 Jun 2007 22:02:11 +0000 Subject: [PATCH] --- lib/Doctrine/EventListener/Exception.php | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 lib/Doctrine/EventListener/Exception.php diff --git a/lib/Doctrine/EventListener/Exception.php b/lib/Doctrine/EventListener/Exception.php new file mode 100644 index 000000000..43784a5da --- /dev/null +++ b/lib/Doctrine/EventListener/Exception.php @@ -0,0 +1,35 @@ +. + */ + +/** + * Doctrine_EventListener_Exception + * + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision: 1344 $ + * @author Konsta Vesterinen + */ +class Doctrine_EventListener_Exception extends Doctrine_Exception +{ +}