This commit is contained in:
IMback
2017-11-07 14:56:56 +01:00
parent 4c26477f91
commit 6d0a63de87
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ SocketException::SocketException(const string &message, bool inclSysMsg)
}
}
SocketException::~SocketException() {
SocketException::~SocketException() noexcept (true) {
}
const char *SocketException::what(){