class MissingApplicationFeatureException : IllegalStateException, CopyableThrowable<MissingApplicationFeatureException>
Thrown when Application Feature has been attempted to be accessed but has not been installed before
key
- application feature's attribute key
MissingApplicationFeatureException(key: AttributeKey<*>)
Thrown when Application Feature has been attempted to be accessed but has not been installed before |
val key: AttributeKey<*>
application feature's attribute key |
|
val message: String |
fun createCopy(): MissingApplicationFeatureException? |