Merge remote branch 'Seldaek/exception_msg'

* Seldaek/exception_msg:
  [Config] Improved exception message a bit
This commit is contained in:
Fabien Potencier 2011-03-06 10:32:12 +01:00
commit a972770371

View File

@ -470,7 +470,9 @@ class ArrayNode extends BaseNode implements PrototypeNodeInterface
if (!$this->allowNewKeys) {
throw new InvalidConfigurationException(sprintf(
'You are not allowed to define new elements for path "%s". '
.'Please define all elements for this path in one config file.',
.'Please define all elements for this path in one config file. '
.'If you are trying to overwrite an element, make sure you redefine it '
.'with the same name.',
$this->getPath()
));
}