VidSnapKit
5.7.2
common
VidSnapKit
/
com.mugames.vidsnapkit.dataholders
/
Error
/
InternalError
Internal
Error
class
InternalError
(
val
message
:
String
,
val
e
:
Exception
?
=
null
)
:
Error
Report this kind of error to VidSnapKit developer
Constructors
Properties
Constructors
Internal
Error
Link copied to clipboard
fun
InternalError
(
message
:
String
,
e
:
Exception
?
=
null
)
Properties
e
Link copied to clipboard
val
e
:
Exception
?
=
null
message
Link copied to clipboard
val
message
:
String
?
=
null