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

commonMain.com.yazantarifi.websocketmanager.errors.SocketManagerException.kt Maven / Gradle / Ivy

There is a newer version: 0.13-alpha
Show newest version
package com.yazantarifi.websocketmanager.errors

abstract class SocketManagerException constructor(override val message: String) : Throwable(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy