Augmentation vers version 3.3.0
This commit is contained in:
@@ -34,7 +34,7 @@ class DelegatingLoader extends Loader
|
||||
public function load($resource, $type = null)
|
||||
{
|
||||
if (false === $loader = $this->resolver->resolve($resource, $type)) {
|
||||
throw new FileLoaderLoadException($resource);
|
||||
throw new FileLoaderLoadException($resource, null, null, null, $type);
|
||||
}
|
||||
|
||||
return $loader->load($resource, $type);
|
||||
|
||||
Reference in New Issue
Block a user