get
Retrieves the value associated with the given configuration name. Throws an error if the configuration name does not exist in the map.
Return
The value corresponding to the provided configuration name.
Parameters
configuration Name
The name of the configuration to retrieve.
Throws
if the configuration name is not found in the map.