Commit b9a9e3a5 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src: s/custom/unknown/

parent ad2c53c6
......@@ -209,7 +209,7 @@ inline int run_app(std::function<int(int, char **)> app, int argc,
fputs(x.what(), stderr);
fputs("\n", stderr);
} catch (...) {
fputs("Custom exception caught\n", stderr);
fputs("Unknown exception caught\n", stderr);
}
return EXIT_FAILURE;
}
......
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