ForceOfflineException

class ForceOfflineException constructor(message: String?, cause: Throwable?) : CancellationException

Bot 被迫下线时抛出, 作为 Job.cancelcause

Constructors

ForceOfflineException
Link copied to clipboard
fun ForceOfflineException(message: String? = null, cause: Throwable? = null)

Properties

cause
Link copied to clipboard
open override val cause: Throwable? = null
message
Link copied to clipboard
open override val message: String? = null