kodein-di
Toggle table of contents
7.28.0
common
Platform filter
common
Switch theme
Search in API
kodein-di
kodein-di
/
org.kodein.di
/
DI
/
UnusedParameterException
Unused
Parameter
Exception
class
UnusedParameterException
(
message
:
String
,
cause
:
Exception
?
=
null
)
:
RuntimeException
Exception thrown when
new
operator's parameter instance is unused.
Members
Constructors
Unused
Parameter
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Exception
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?