WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
psr
/
container
/
src
/
Name
Action
..
ContainerExceptionInterface.php
Edit
ContainerInterface.php
Edit
NotFoundExceptionInterface.php
Edit
Editing: NotFoundExceptionInterface.php
<?php namespace Psr\Container; /** * No entry was found in the container. */ interface NotFoundExceptionInterface extends ContainerExceptionInterface { }