1
0
mirror of synced 2025-03-22 16:03:49 +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 * @since 2.0
*/ */
class Doctrine_MappingException extends Doctrine_Exception class Doctrine_ORM_Exceptions_MappingException extends Doctrine_ORM_Exceptions_ORMException
{ {
public static function identifierRequired($entityName) public static function identifierRequired($entityName)
{ {