From 8bd1c75b4a15658c31d24fcb255ba9bc115b91de Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 20 May 2007 21:47:55 +0000 Subject: [PATCH] added Db2 exception --- lib/Doctrine/Adapter/Db2/Exception.php | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 lib/Doctrine/Adapter/Db2/Exception.php diff --git a/lib/Doctrine/Adapter/Db2/Exception.php b/lib/Doctrine/Adapter/Db2/Exception.php new file mode 100644 index 000000000..9faba8448 --- /dev/null +++ b/lib/Doctrine/Adapter/Db2/Exception.php @@ -0,0 +1,34 @@ +. + */ +Doctrine::autoload('Doctrine_Adapter_Exception'); +/** + * Doctrine_Adapter_Db2_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$ + * @author Konsta Vesterinen + */ +class Doctrine_Adapter_Db2_Exception extends Doctrine_Adapter_Exception +{ }