Fabien Potencier преди 14 години
родител
ревизия
5f6c5f02d3
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php

+ 0 - 2
src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php

@@ -264,8 +264,6 @@ class YamlFileLoader extends FileLoader
                     $namespace,
                     $extensionNamespaces ? sprintf('"%s"', implode('", "', $extensionNamespaces)) : 'none'
                 ));
-
-                throw new \InvalidArgumentException(sprintf('There is no extension able to load the configuration for "%s" (in %s).', $namespace, $file));
             }
         }