[2.0][DDC-306] Fixed issue with non-existant class DoctrineException
This commit is contained in:
parent
aea43e90df
commit
527c9e760f
@ -137,7 +137,7 @@ class ConvertMappingTask extends AbstractTask
|
|||||||
$type = $this->_determineSourceType($sourceArg);
|
$type = $this->_determineSourceType($sourceArg);
|
||||||
|
|
||||||
if ( ! $type) {
|
if ( ! $type) {
|
||||||
throw DoctrineException::invalidMappingSourceType($sourceArg);
|
throw CliException::invalidMappingSourceType($sourceArg);
|
||||||
}
|
}
|
||||||
|
|
||||||
$source = $this->_getSourceByType($type, $sourceArg);
|
$source = $this->_getSourceByType($type, $sourceArg);
|
||||||
|
Loading…
Reference in New Issue
Block a user