koin-core
Toggle table of contents
4.2.0-alpha2
common
Target filter
common
Switch theme
Search in API
Skip to content
koin-core
koin-core
/
org.koin.core.error
/
InstanceCreationException
Instance
Creation
Exception
class
InstanceCreationException
(
msg
:
String
,
parent
:
Exception
)
:
Exception
Instance creation error
Author
Arnaud Giuliani
Members
Constructors
Instance
Creation
Exception
Link copied to clipboard
constructor
(
msg
:
String
,
parent
:
Exception
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?