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

Method Exception

IntelPresentMon/CommonUtilities/Exception.h:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 {
17 public:
18 Exception() noexcept = default;
19 Exception(std::string msg) noexcept;
20 void CaptureStackTrace();
21 const char* what() const noexcept override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected