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

Method Exception

src/Engine/Exception.cpp:29–31  ·  view source on GitHub ↗

* Creates a new exception. * @param msg Exception message. */

Source from the content-addressed store, hash-verified

27 * @param msg Exception message.
28 */
29Exception::Exception(const std::string &msg) throw(): _msg(msg)
30{
31}
32
33Exception::~Exception() throw()
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected