File "NotFoundException.php"
Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/vendor/php-di/php-di/src/NotFoundException.php
File size: 263 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace DI;
use Psr\Container\NotFoundExceptionInterface;
/**
* Exception thrown when a class or a value is not found in the container.
*/
class NotFoundException extends \Exception implements NotFoundExceptionInterface
{
}