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

commonMain.live.exception.LiveCancellationException.kt Maven / Gradle / Ivy

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