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

main.exception.VoiceConnectionInitializationException.kt Maven / Gradle / Ivy

package dev.kord.voice.exception

public class VoiceConnectionInitializationException : Exception {
    public constructor(message: String) : super(message)
    public constructor(cause: Throwable) : super(cause)
    public constructor(message: String, cause: Throwable) : super(message, cause)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy