From c8918b0d4c787e1f6551bdd8e02f63ce940a8ceb Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 19 Sep 2006 21:15:07 +0000 Subject: [PATCH] added Doctrine_Collection_Exception --- Doctrine/Collection/Exception.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Doctrine/Collection/Exception.php diff --git a/Doctrine/Collection/Exception.php b/Doctrine/Collection/Exception.php new file mode 100644 index 000000000..3aeb01ecc --- /dev/null +++ b/Doctrine/Collection/Exception.php @@ -0,0 +1,28 @@ +. + */ +/** + * Doctrine_Collection_Exception + * + * @package Doctrine ORM + * @url www.phpdoctrine.com + * @license LGPL + */ +class Doctrine_Collection_Exception extends Doctrine_Exception { }