CommonBotException

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Default(val message: String = "Something went wrong", cause: Throwable? = null) : CommonBotException

Properties

Link copied to clipboard
open val message: String
Link copied to clipboard
open val plainAnswer: String? = null
Link copied to clipboard
open val response: Response? = null

Functions

Link copied to clipboard
abstract override fun createCopy(): CommonBotException?