24 if (!isset($this->configs[$key])) {
25 throw new \InvalidArgumentException(
26 "Unknown key '$key' for Config."
29 return $this->configs[$key];
37 return array_keys($this->configs);
An exception for terminatinating execution or to throw for unit testing.
A collection of some configurations.
__construct(array $configs)
A configuration for the setup.