[DependencyInjection] Use exception class for API doc generation

The API doc generator needs a use statement to properly reference the component's own InvalidArgumentException class.
This commit is contained in:
Jeremy Mikola 2011-12-05 09:52:25 -08:00
parent 47256ea76f
commit 3c02ea220c

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\DependencyInjection;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
/**
* ContainerInterface is the interface implemented by service container classes.
*