BotException

sealed class BotException : IOException, CopyableThrowable<BotException>

Inheritors

Properties

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

Functions

Link copied to clipboard
fun Throwable.causedCancellationException(): CancellationException?
Link copied to clipboard
abstract fun createCopy(): BotException?