woocommerce-paypal-payments/lib/packages/Psr/Container/NotFoundExceptionInterface.php

14 lines
290 B
PHP
Raw Normal View History

<?php
2022-11-09 10:19:34 +02:00
/**
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
*/
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}