All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.yazantarifi.websocketmanager.errors.childs.SocketUnknownException.kt Maven / Gradle / Ivy

There is a newer version: 0.13-alpha
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy