SecretLab Kotlin
Toggle table of contents
0.4.3
jvm
Platform filter
jvm
Switch theme
Search in API
SecretLab Kotlin
SecretLab Kotlin
/
io.github.vxrpenter.cedmod.exceptions
/
CedmodException
Cedmod
Exception
open
class
CedmodException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Inheritors
CallFailureException
Members
Constructors
Cedmod
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?