NotFoundException.php
<?php
declare(strict_types=1);
namespace WCPay\Vendor\League\Container\Exception;
use WCPay\Vendor\Psr\Container\NotFoundExceptionInterface;
use InvalidArgumentException;
class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
{
}