| 1 | <?php |
||
| 17 | class ContentBasedErrorResponseGeneratorFactory |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Create an object |
||
| 21 | * |
||
| 22 | * @param ContainerInterface $container |
||
| 23 | * @return object |
||
| 24 | * @throws ServiceNotFoundException if unable to resolve the service. |
||
| 25 | * @throws ServiceNotCreatedException if an exception is raised when |
||
| 26 | * creating a service. |
||
| 27 | * @throws ContainerException if any other error occurs |
||
| 28 | */ |
||
| 29 | 2 | public function __invoke(ContainerInterface $container) |
|
| 45 | } |
||
| 46 |