golden hour
/var/www/html/wp-content/plugins/woocommerce/vendor/psr/container/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
ContainerExceptionInterface.php
248 B
Del
OK
ContainerInterface.php
1.07 KB
Del
OK
NotFoundExceptionInterface.php
256 B
Del
OK
Edit: NotFoundExceptionInterface.php
<?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 { }
Save