MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Win32Error

Method Win32Error

Win32Lib/Win32Lib.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131Win32Error::Win32Error(DWORD error, const std::string& what) :
132 std::system_error(error, std::system_category(), what)
133{
134}
135
136void ThrowWin32Error(DWORD error, const std::string& what)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected