MCPcopy Create free account
hub / github.com/deskflow/deskflow / SocketAddressException

Method SocketAddressException

src/lib/net/SocketException.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14//
15
16SocketAddressException::SocketAddressException(SocketError error, const std::string &hostname, int port) noexcept
17 : m_error(error),
18 m_hostname(hostname),
19 m_port(port)
20{
21 // do nothing
22}
23
24SocketAddressException::SocketError SocketAddressException::getError() const noexcept
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected