toggle menu
ktgbotapi
common
switch theme
search in API
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
?