docs
4.2.4
common
docs
/
dev.inmo.tgbotapi.bot.exceptions
/
CommonBotException
Common
Bot
Exception
class
CommonBotException
(
message
:
String
=
"Something went wrong"
,
cause
:
Throwable
?
=
null
)
:
BotException
Constructors
Functions
Constructors
Common
Bot
Exception
Link copied to clipboard
fun
CommonBotException
(
message
:
String
=
"Something went wrong"
,
cause
:
Throwable
?
=
null
)
Functions
create
Copy
Link copied to clipboard
open
override
fun
createCopy
(
)
:
BotException