class EntryNotFoundException : WinterException
Exception that is thrown when a component entry or graph was not found but was requested as non-optional.
EntryNotFoundException(key: TypeKey<*>, message: String)
Exception that is thrown when a component entry or graph was not found but was requested as non-optional. |
val key: TypeKey<*> |