MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / what

Method what

src/Engine/Exception.cpp:42–45  ·  view source on GitHub ↗

* Returns the message describing the exception * that occurred. * @return Exception message. */

Source from the content-addressed store, hash-verified

40 * @return Exception message.
41 */
42const char *Exception::what() const throw()
43{
44 return _msg.c_str();
45}
46
47}

Callers 12

mainFunction · 0.80
updateOptionsFunction · 0.80
loadFunction · 0.80
loadRulesetMethod · 0.80
getListMethod · 0.80
XcomResourcePackMethod · 0.80
loadMusicMethod · 0.80
initMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected