d-properties ~master (2021-10-03T15:48:54.7136177)
Dub
Repo
MissingPropertyException
d_properties
properties
Exception that's thrown when attempting to index an unknown key.
class
MissingPropertyException : Error {
this
(string missingKey);
}
Constructors
this
this
(string missingKey)
Undocumented in source.
Meta
Source
See Implementation
d_properties
properties
classes
MissingPropertyException
structs
Properties
Exception that's thrown when attempting to index an unknown key.