MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / SocketException

Class SocketException

src/openrct2/network/Socket.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 #endif
138
139 class SocketException : public std::runtime_error
140 {
141 public:
142 explicit SocketException(const std::string& message)
143 : std::runtime_error(message)
144 {
145 }
146 };
147
148 class NetworkEndpoint final : public INetworkEndpoint
149 {

Callers 5

ListenMethod · 0.85
ConnectMethod · 0.85
ListenMethod · 0.85
SendDataMethod · 0.85
CreateSocketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected