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

Class SocketException

src/OpenLoco/src/Network/Socket.cpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118#endif
119
120 class SocketException : public std::runtime_error
121 {
122 public:
123 explicit SocketException(const std::string& message)
124 : std::runtime_error(message)
125 {
126 }
127 };
128
129 class NetworkEndpoint final : public INetworkEndpoint
130 {

Callers 3

resolveAddressMethod · 0.85
listenMethod · 0.85
createSocketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected