Common Bot Exception
class CommonBotException(message: String = "Something went wrong", cause: Throwable? = null) : BotException
Content copied to clipboard
Constructors
Link copied to clipboard
fun CommonBotException(message: String = "Something went wrong", cause: Throwable? = null)
Content copied to clipboard