From 89e1215296575d3a90f07ad14b17a1916db12f74 Mon Sep 17 00:00:00 2001 From: elliot Date: Wed, 20 Sep 2006 09:26:26 +0000 Subject: [PATCH] Changed DQLException, InvalidKeyException and InvalidTypeException to inherit Doctrine_Exception --- Doctrine/Exception.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Doctrine/Exception.php b/Doctrine/Exception.php index e89c18dc6..fb65e0518 100644 --- a/Doctrine/Exception.php +++ b/Doctrine/Exception.php @@ -1,6 +1,6 @@ -