ServiceNotCreatedException
        
        extends RuntimeException
    
    
            
            in package
            
        
    
            
            implements
                            ContainerException,                             ExceptionInterface                    
    
    
        
            This exception is thrown when the service locator do not manage to create the service (factory that has an error...)
Interfaces, Classes, Traits and Enums
- ContainerException
 - Base interface representing a generic exception in a container.
 - ExceptionInterface
 - Base exception for all Zend\ServiceManager exceptions.