Commit 527c9e76 authored by guilhermeblanco's avatar guilhermeblanco

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

parent aea43e90
...@@ -137,7 +137,7 @@ class ConvertMappingTask extends AbstractTask ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment