src: s/custom/unknown/

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-18 00:10:08 +09:00
parent ad2c53c6d2
commit b9a9e3a596
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}