1
0
mirror of synced 2025-01-31 04:21:44 +03:00

[2.0] Fixed error with DoctrineException class not being used

This commit is contained in:
jwage 2009-10-08 18:55:02 +00:00
parent 471e3f8f0c
commit aba096cc66

View File

@ -22,9 +22,10 @@
namespace Doctrine\ORM\Tools\Export; namespace Doctrine\ORM\Tools\Export;
use Doctrine\ORM\EntityManager; use Doctrine\ORM\EntityManager,
use Doctrine\ORM\Mapping\ClassMetadataInfo; Doctrine\ORM\Mapping\ClassMetadataInfo,
use Doctrine\ORM\Mapping\ClassMetadata; Doctrine\ORM\Mapping\ClassMetadata,
Doctrine\Common\DoctrineException;
/** /**
* Class used for converting your mapping information between the * Class used for converting your mapping information between the