toggle menu
kodein-di
7.26.1
common
switch theme
search in API
kodein-di
/
org.kodein.di
/
DI
/
UnusedParameterException
Unused
Parameter
Exception
common
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
common
constructor
(
message
:
String
,
cause
:
Exception
?
=
null
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?