Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.collection
/
DependencyAnalyzer
/
UnknownDependencyError
Unknown
Dependency
Error
class
UnknownDependencyError
(
val
key
:
String
,
val
dependentKey
:
String
)
:
Exception
Members
Constructors
Unknown
Dependency
Error
Link copied to clipboard
constructor
(
key
:
String
,
dependentKey
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
dependent
Key
Link copied to clipboard
val
dependentKey
:
String
key
Link copied to clipboard
val
key
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?