We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff53757 commit fa8db98Copy full SHA for fa8db98
src/CommandLineUtilities/ProgramConfig.cxx
@@ -229,7 +229,7 @@ class ProgramConfig : public Program
229
std::cout << "Configuring with config uri" << std::endl;
230
try {
231
CardConfigurator(cardId, mOptions.configUri, mOptions.forceConfig);
232
- } catch (std::runtime_error e) {
+ } catch (std::runtime_error& e) {
233
std::cout << "Error parsing the configuration..." << boost::diagnostic_information(e) << std::endl;
234
}
235
0 commit comments