ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.bot.exceptions
/
BotException
Bot
Exception
sealed
class
BotException
:
IOException
,
CopyableThrowable
<
BotException
>
Inheritors
CommonBotException
RequestException
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
create
Copy
Link copied to clipboard
abstract
fun
createCopy
(
)
:
BotException
?