Class ServiceNotFoundException

Summary

Fully Qualified Name: Zend\ServiceManager\Exception\ServiceNotFoundException
Extends: InvalidArgumentException
Implements: ExceptionInterface, NotFoundException

Description

This exception is thrown when the service locator do not manage to find a valid factory to create a service

Top