public SocketException(message as String = "Socket error"):
import klyn.net ex = SocketException("Broken pipe") print(ex.message)