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

11 lines
192 B
PHP
Raw Normal View History

<?php
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
/**
* No entry was found in the container.
*/
interface NotFoundExceptionInterface extends ContainerExceptionInterface
{
}