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

dev.arbjerg.lavalink.client.exception.VoiceStateException.kt Maven / Gradle / Ivy

The newest version!
package dev.arbjerg.lavalink.client.exception

class VoiceStateException(message: String) : RuntimeException(message) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy