MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / ~FileLineException

Method ~FileLineException

vulkaninfo/vulkaninfo.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 msg = std::string(file) + ":" + std::to_string(line) + ": " + arg;
99 }
100 ~FileLineException() throw() {}
101 const char *what() const throw() { return msg.c_str(); }
102
103 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected