YamlSectionNotFoundException
data class YamlSectionNotFoundException(sectionName: String, val message: String = "Section [") : ConfigException
Exception thrown when a section is not found in a YAML file.
Exception thrown when a section is not found in a YAML file.