poodinis ~master (2023-06-23T14:34:35.8343557)
Dub
Repo
ValueNotAvailableException
poodinis
valueinjection
Thrown by injectors when the value with the given key cannot be found.
class
ValueNotAvailableException : Exception {
this
(string key);
this
(string key, Throwable cause);
}
Constructors
this
this
(string key)
Undocumented in source.
this
this
(string key, Throwable cause)
Undocumented in source.
Meta
Source
See Implementation
poodinis
valueinjection
classes
ValueInjectionException
ValueNotAvailableException
interfaces
ValueInjector
structs
MandatoryValue
Value
Thrown by injectors when the value with the given key cannot be found.