BotAlreadyClosedException

如果尝试在 Bot.close 之后继续调用具有副作用的函数或行为,抛出此异常。

Since

5.0

Constructors

Link copied to clipboard
constructor()
constructor(cause: Throwable?)
constructor(message: String?)
constructor(message: String?, cause: Throwable?)

Inherited properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?