```yaml foo: bar: ??? foo: ${bar} ``` ```python cfg = OmegaConf.create(..) cfg.foo # should throw MissingMandatoryValue but throws KeyError ```