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