MissingPropertyException

Exception that's thrown when attempting to index an unknown key.

class MissingPropertyException : Error {}

Constructors

this
this(string missingKey)
Undocumented in source.

Meta