From 0d7ddf3bab768eb1ee3f66905f812fe550e49947 Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 24 Sep 2006 12:58:07 +0000 Subject: [PATCH] Removed deprecated exceptions: InvalidTypeException, InvalidKeyException and DQLException --- Doctrine/Exception.php | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/Doctrine/Exception.php b/Doctrine/Exception.php index fb65e0518..6c3d79e9c 100644 --- a/Doctrine/Exception.php +++ b/Doctrine/Exception.php @@ -1,6 +1,29 @@ . + */ -class Doctrine_Exception extends Exception { } -class DQLException extends Doctrine_Exception { } -class InvalidKeyException extends Doctrine_Exception { } -class InvalidTypeException extends Doctrine_Exception { } \ No newline at end of file +/** + * Doctrine_Exception + * + * @package Doctrine ORM + * @url www.phpdoctrine.com + * @license LGPL + */ +class Doctrine_Exception extends Exception { }