ServiceNotFoundException
        
        extends InvalidArgumentException
    
    
            
            in package
            
        
    
            
            implements
                            ExceptionInterface,                             NotFoundException                    
    
    
        
            This exception is thrown when the service locator do not manage to find a valid factory to create a service
Interfaces, Classes, Traits and Enums
- ExceptionInterface
 - Base exception for all Zend\ServiceManager exceptions.
 - NotFoundException
 - No entry was found in the container.