PATH:
home
/
nappmpmd
/
mamza.xyz
/
wp-content
/
plugins
/
adfoxly
/
vendor
/
psr
/
container
/
src
<?php namespace Psr\Container; use Throwable; /** * Base interface representing a generic exception in a container. */ interface ContainerExceptionInterface extends Throwable { }
[-] NotFoundExceptionInterface.php
[edit]
[+]
..
[-] ContainerInterface.php
[edit]
[-] ContainerExceptionInterface.php
[edit]