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