. */ Doctrine::autoload('Doctrine_Adapter_Exception'); /** * Doctrine_Adapter_Db2_Exception * * @package Doctrine * @subpackage Adapter * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link www.phpdoctrine.com * @since 1.0 * @version $Revision$ * @author Konsta Vesterinen */ class Doctrine_Adapter_Db2_Exception extends Doctrine_Adapter_Exception { }