toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.utils
/
TgException
Tg
Exception
open
class
TgException
(
val
message
:
String
?
=
null
,
val
cause
:
Throwable
?
=
null
)
:
RuntimeException
Inheritors
TgFailureException
Members
Constructors
Tg
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String
?
=
null