WebSocketReconnectionException

fun WebSocketReconnectionException(    url: String,     nAttemptedReconnections: Int,     cause: Exception,     message: String = "Could not reconnect to web socket at $url after $nAttemptedReconnections attempts. Giving up. " + "The exception during the last attempt was $cause")