init web ems all
This commit is contained in:
13
phpMyAdmin/vendor/psr/container/src/NotFoundExceptionInterface.php
vendored
Executable file
13
phpMyAdmin/vendor/psr/container/src/NotFoundExceptionInterface.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
|
||||
*/
|
||||
|
||||
namespace Psr\Container;
|
||||
|
||||
/**
|
||||
* No entry was found in the container.
|
||||
*/
|
||||
interface NotFoundExceptionInterface extends ContainerExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user