MCPcopy Create free account
hub / github.com/Apache553/SubtitleFontHelper / OnException

Method OnException

SubtitleFontAutoLoaderDaemon/Main.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void OnException(std::exception_ptr exception)
180 {
181 std::rethrow_exception(exception);
182 }
183 };
184
185 std::vector<std::wstring> GetCommandLineVector(const wchar_t* cmdline)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected