thrownew\InvalidArgumentException("The variable `$name` in the host URL has invalid value ".$variables[$name].". Must be ".join(',',$variable["enum_values"]).".");
...
...
@@ -517,4 +516,16 @@ class Configuration
return$url;
}
/**
* Returns URL based on the index and variables
*
* @param int $index index of the host settings
* @param array|null $variables hash of variable and the corresponding value (optional)