Removed throw from ConfigurationFactory::possiblePhases.
This commit is contained in:
@@ -64,8 +64,8 @@ const std::vector<QString> ConfigurationFactory::possiblePhases(const TraceDB& t
|
||||
|
||||
} else {
|
||||
// TODO maybe throw?
|
||||
throw std::invalid_argument("Could not find the device type '" + deviceName.toStdString() + '\'');
|
||||
|
||||
// throw std::invalid_argument("Could not find the device type '" + deviceName.toStdString() + '\'');
|
||||
return {""};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user