V0.2
This commit is contained in:
parent
4c26477f91
commit
6d0a63de87
3 changed files with 4 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ SocketException::SocketException(const string &message, bool inclSysMsg)
|
|||
}
|
||||
}
|
||||
|
||||
SocketException::~SocketException() {
|
||||
SocketException::~SocketException() noexcept (true) {
|
||||
}
|
||||
|
||||
const char *SocketException::what(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue