NotFoundExceptionInterface.php
Namespace
Psr\ContainerFile
-
vendor/
psr/ container/ src/ NotFoundExceptionInterface.php
View source
<?php
namespace Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
NotFoundExceptionInterface | No entry was found in the container. |