PluginProbe
UpStream: a Project Management Plugin for WordPress / trunk
UpStream: a Project Management Plugin for WordPress vtrunk
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / vendor / psr / container / src / NotFoundExceptionInterface.php

NotFoundExceptionInterface.php in UpStream: a Project Management Plugin for WordPress trunk, at vendor/psr/container/src/NotFoundExceptionInterface.php

14 lines 256 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
4 */
5
6 namespace Psr\Container;
7
8 /**
9 * No entry was found in the container.
10 */
11 interface NotFoundExceptionInterface extends ContainerExceptionInterface
12 {
13 }
14