mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
11 lines
192 B
PHP
11 lines
192 B
PHP
|
<?php
|
||
|
|
||
|
namespace WooCommerce\PayPalCommerce\Vendor\Psr\Container;
|
||
|
|
||
|
/**
|
||
|
* No entry was found in the container.
|
||
|
*/
|
||
|
interface NotFoundExceptionInterface extends ContainerExceptionInterface
|
||
|
{
|
||
|
}
|