blob: 650bf464eb554870d9f983ee5f636e7d3789001b [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Psr\Container;
4
5/**
6 * No entry was found in the container.
7 */
8interface NotFoundExceptionInterface extends ContainerExceptionInterface
9{
10}