d-properties v1.0.3 (2022-03-29T19:37:22Z)
Home
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.