ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.bot.exceptions
/
CommonBotException
/
Default
Default
class
Default
(
val
message
:
String
=
"Something went wrong"
,
cause
:
Throwable
?
=
null
)
:
CommonBotException
Members
Constructors
Default
Link copied to clipboard
constructor
(
message
:
String
=
"Something went wrong"
,
cause
:
Throwable
?
=
null
)
Properties
message
Link copied to clipboard
open
val
message
:
String
plain
Answer
Link copied to clipboard
open
val
plainAnswer
:
String
?
=
null
response
Link copied to clipboard
open
val
response
:
Response
?
=
null
Functions
create
Copy
Link copied to clipboard
open
override
fun
createCopy
(
)
:
CommonBotException.Default