Default

class Default(val message: String = "Something went wrong", cause: Throwable? = null) : CommonBotException

Constructors

Link copied to clipboard
constructor(message: String = "Something went wrong", cause: Throwable? = null)

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