klyn.net.SocketException.SocketException
constructor
public SocketException(message as String = "Socket error"):
Description

Creates a socket exception.

Parameters
ParameterDescription
messageHuman-readable error message.
Example
import klyn.net

ex = SocketException("Broken pipe")
print(ex.message)