Mokkery
Toggle table of contents
2.7.1
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-core
/
dev.mokkery
/
MokkeryRuntimeException
Mokkery
Runtime
Exception
open
class
MokkeryRuntimeException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Base class for all Mokkery runtime exceptions.
Members
Constructors
Mokkery
Runtime
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?