golden hour
/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/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: ContainerExceptionInterface.php
<?php /** * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file) */ namespace Psr\Container; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface { }
Save