Doctrine_DataDict_Mssql_Exception now has Doctrine_DataDict_Exception as parent
This commit is contained in:
parent
9ac54863c6
commit
eb6dde75e6
@ -22,12 +22,12 @@ Doctrine::autoload('Doctrine_DataDict_Exception');
|
||||
/**
|
||||
* Doctrine_DataDict_Mssql_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 <kvesteri@cc.hut.fi>
|
||||
*/
|
||||
class Doctrine_DataDict_Mssql_Exception extends Doctrine_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 <kvesteri@cc.hut.fi>
|
||||
*/
|
||||
class Doctrine_DataDict_Mssql_Exception extends Doctrine_DataDict_Exception { }
|
||||
|
Loading…
Reference in New Issue
Block a user