kodein-di
7.20.1
common
kodein-di
/
org.kodein.di
/
DI
/
OverridingException
Overriding
Exception
class
OverridingException
(
message
:
String
)
:
RuntimeException
Exception thrown when there is an overriding error.
Constructors
Properties
Parameters
Parameters
message
The message of the exception.
Constructors
Overriding
Exception
Link copied to clipboard
fun
OverridingException
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?