Class ServiceNotCreatedException

Summary

Fully Qualified Name: Zend\ServiceManager\Exception\ServiceNotCreatedException
Extends: RuntimeException
Implements: ContainerException, ExceptionInterface

Description

This exception is thrown when the service locator do not manage to create the service (factory that has an error.

..)

Top