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 5ab4fcb commit 4d26eebCopy full SHA for 4d26eeb
cc/CatchCvExceptionWorker.h
@@ -8,7 +8,7 @@ struct CatchCvExceptionWorker : public FF::SimpleWorker {
8
std::string execute() {
9
try {
10
return executeCatchCvExceptionWorker();
11
- } catch (std::exception e) {
+ } catch (std::exception &e) {
12
return std::string(e.what());
13
}
14
0 commit comments