V0.2
This commit is contained in:
@ -26,7 +26,7 @@ SocketException::SocketException(const string &message, bool inclSysMsg)
|
||||
}
|
||||
}
|
||||
|
||||
SocketException::~SocketException() {
|
||||
SocketException::~SocketException() noexcept (true) {
|
||||
}
|
||||
|
||||
const char *SocketException::what(){
|
||||
|
Reference in New Issue
Block a user