1
0
mirror of synced 2024-12-13 06:46:03 +03:00

[2.0][DDC-306] Fixed issue with non-existant class DoctrineException

This commit is contained in:
guilhermeblanco 2010-02-10 01:30:24 +00:00
parent aea43e90df
commit 527c9e760f

View File

@ -137,7 +137,7 @@ class ConvertMappingTask extends AbstractTask
$type = $this->_determineSourceType($sourceArg);
if ( ! $type) {
throw DoctrineException::invalidMappingSourceType($sourceArg);
throw CliException::invalidMappingSourceType($sourceArg);
}
$source = $this->_getSourceByType($type, $sourceArg);