ContainerInterface: unused exception dropped

This commit is contained in:
Tomas Votruba 2015-05-11 14:02:11 +02:00
parent 492d66ee74
commit 8e0d96ca80
2 changed files with 0 additions and 2 deletions

View File

@ -266,7 +266,6 @@ class Container implements IntrospectableContainerInterface
*
* @return object The associated service
*
* @throws InvalidArgumentException if the service is not defined
* @throws ServiceCircularReferenceException When a circular reference is detected
* @throws ServiceNotFoundException When the service is not defined
* @throws \Exception if an exception has been thrown when the service has been resolved

View File

@ -50,7 +50,6 @@ interface ContainerInterface
*
* @return object The associated service
*
* @throws InvalidArgumentException if the service is not defined
* @throws ServiceCircularReferenceException When a circular reference is detected
* @throws ServiceNotFoundException When the service is not defined
*