1
0
mirror of synced 2025-03-21 23:43:53 +03:00

moved mappingexception

This commit is contained in:
romanb 2008-09-12 12:27:15 +00:00
parent b8fb0fd80a
commit 77fefcbd8f

View File

@ -26,7 +26,7 @@
*
* @since 2.0
*/
class Doctrine_MappingException extends Doctrine_Exception
class Doctrine_ORM_Exceptions_MappingException extends Doctrine_ORM_Exceptions_ORMException
{
public static function identifierRequired($entityName)
{