MCPcopy Create free account
hub / github.com/bwapi/bwapi / getMessage

Method getMessage

bwapi/Util/Source/Util/Exceptions.cpp:8–11  ·  view source on GitHub ↗

----------------------------------------------- GET MESSAGE ------------------------------------------------

Source from the content-addressed store, hash-verified

6}
7//----------------------------------------------- GET MESSAGE ------------------------------------------------
8const std::string GeneralException::getMessage(void) const
9{
10 return this->message;
11}
12//----------------------------------------------- CONSTRUCTOR ------------------------------------------------
13FileException::FileException(const std::string &message) : GeneralException(message)
14{

Callers 8

spiInitializeFunction · 0.80
spiDestroyFunction · 0.80
spiLockGameListFunction · 0.80
spiUnlockGameListFunction · 0.80
spiSendFunction · 0.80
spiReceiveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected