![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.com.yazantarifi.websocketmanager.errors.childs.SocketUnknownException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of websockets Show documentation
Show all versions of websockets Show documentation
Socket IO Implementation for Android, IOS Apps - KMM
package com.yazantarifi.websocketmanager.errors.childs
import com.yazantarifi.websocketmanager.errors.SocketManagerErrorMessagesManager
import com.yazantarifi.websocketmanager.errors.SocketManagerException
class SocketUnknownException constructor(override val message: String): SocketManagerException(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy