File "NotFoundExceptionInterface.php"

Full Path: /home/magiggjm/magistvandroids.com/wp-content/plugins/kadence-pro/vendor/vendor-prefixed/psr/container/src/NotFoundExceptionInterface.php
File size: 272 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @license MIT
 *
 * Modified using {@see https://github.com/BrianHenryIE/strauss}.
 */

namespace KadenceWP\KadencePro\Psr\Container;

/**
 * No entry was found in the container.
 */
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}