YamlMapKeyNotSetException
data class YamlMapKeyNotSetException(key: String, val message: String = "YAML map key [") : ConfigException
Exception thrown when a YAML map key value is not set.
Exception thrown when a YAML map key value is not set.