loadConfig

Load config from disk. A specific loader will be used based on the file's extension.

loadConfig
(
const string configPath
)

Parameters

configPath string

Path to the configuration file.

Return Value

The loaded configuration.

Throws

ConfigCreationException when the file's extension is unrecognized.

Meta