V0.2
This commit is contained in:
parent
4c26477f91
commit
6d0a63de87
3 changed files with 4 additions and 4 deletions
2
Socket.h
2
Socket.h
|
|
@ -22,7 +22,7 @@ public:
|
|||
/**
|
||||
* Provided just to guarantee that no exceptions are thrown.
|
||||
*/
|
||||
~SocketException() ;
|
||||
~SocketException() noexcept (true);
|
||||
|
||||
/**
|
||||
* Get the exception message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue