MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Exception

Method Exception

IntelPresentMon/CommonUtilities/Exception.cpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace pmon::util
18{
19 Exception::Exception(std::string msg) noexcept : note_{ std::move(msg) } {}
20 void Exception::CaptureStackTrace()
21 {
22 pTrace_ = log::StackTrace::Here(PM_THROW_SKIP);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected