woocommerce/src/Internal/Vendor/League/Container/Exception/NotFoundException.php

11 lines
261 B
PHP
Raw Normal View History

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