File "NotFoundExceptionInterface.php"
Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/elementor-pro/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php
File size: 175 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace ElementorProDeps\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}