lib45d
45Drives C++ Library Development Documentation
|
Thrown when accept() fails. More...
#include <45d/socket/Exceptions.hpp>
Public Member Functions | |
SocketAcceptException (const std::string &what, int err=0) | |
![]() | |
SocketException (const std::string &what, int err=0) | |
![]() | |
Exception (const std::string &what, int err=0) noexcept | |
Construct a new Exception object. More... | |
const char * | what (void) const noexcept |
Return string containing explanation message. More... | |
int | get_errno (void) const noexcept |
Get the errno relating to the error, 0 if not set. More... | |
Thrown when accept() fails.