Files
medicalalert-web-reloaded/wp/plugins/woocommerce/lib/packages/League/Container/Exception/NotFoundException.php
2024-01-09 22:14:20 -05:00

11 lines
282 B
PHP

<?php
namespace Automattic\WooCommerce\Vendor\League\Container\Exception;
use Automattic\WooCommerce\Vendor\Psr\Container\NotFoundExceptionInterface;
use InvalidArgumentException;
class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
{
}