commonMain.live.exception.LiveCancellationException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kord-core-jvm Show documentation
Show all versions of kord-core-jvm Show documentation
Idiomatic Kotlin Wrapper for The Discord API
The newest version!
package dev.kord.core.live.exception
import dev.kord.core.event.Event
import kotlinx.coroutines.CancellationException
public class LiveCancellationException(public val event: Event, message: String? = null) :
CancellationException(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy