ValueNotAvailableException

Thrown by injectors when the value with the given key cannot be found.

class ValueNotAvailableException : Exception {}

Constructors

this
this(string key)
Undocumented in source.
this
this(string key, Throwable cause)
Undocumented in source.

Meta